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 @@
149
149
}
150
150
}
151
151
152
+ $dbSuffix = ( $site === 'wikipedia' ) ? 'wiki' : $site;
152
153
$globals = $wgConf->getAll( $wgDBname, $dbSuffix,
153
154
array(
154
155
'lang' => $lang,
Status & tagging log
09:21, 28 July 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r93375
[
removed:
new
added:
ok]