(bug 18487) Another fix for r48379: move up getMemcKey() as well

This commit is contained in:
Roan Kattouw 2009-04-16 20:16:21 +00:00
parent d1bea3f49a
commit a25b78c785

View file

@ -599,4 +599,9 @@ abstract class FileRepo {
function getMasterDB() {
return wfGetDB( DB_MASTER );
}
function getMemcKey( $key ) {
return wfWikiID( $this->getSlaveDB() ) . ":{$key}";
}
}