r93375 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93374‎ | r93375 | r93376 >
Date:07:39, 28 July 2011
Author:aaron
Status:ok
Tags:
Comment:
Fix undefined $dbSuffix bug
Modified paths:
  • /trunk/tools/mwmultiversion/wmf-config/CommonSettings.php (modified) (history)

Diff [purge]

Index: trunk/tools/mwmultiversion/wmf-config/CommonSettings.php
@@ -148,6 +148,7 @@
149149 }
150150 }
151151
 152+ $dbSuffix = ( $site === 'wikipedia' ) ? 'wiki' : $site;
152153 $globals = $wgConf->getAll( $wgDBname, $dbSuffix,
153154 array(
154155 'lang' => $lang,

Status & tagging log