r63546 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r63545
|
r63546
|
r63547
>
Date:
12:45, 10 March 2010
Author:
demon
Status:
ok
Tags:
Comment:
Followup
r63545
: Whoops make that public
Modified paths:
/trunk/phase3/maintenance/Maintenance.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/Maintenance.php
—
—
@@ -292,7 +292,7 @@
293
293
* Maintenance::DB_ADMIN - For admin DB access
294
294
* @return int
295
295
*/
296
- protected function getDbType() {
296
+ public function getDbType() {
297
297
return Maintenance::DB_STD;
298
298
}
299
299
Follow-up revisions
Revision
Commit summary
Author
Date
r63548
Backport
r63545
,
r63546
REL1_16 (Fix regression from
r51677
, still need to loa...
demon
12:54, 10 March 2010
r63874
Follow-up
r63546
: it needs to be public here too
ialex
19:46, 17 March 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r63545
Fix regression from
r51677
, still need to load AdminSettings if it exists for...
demon
12:44, 10 March 2010
Status & tagging log
05:59, 30 June 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r63546
[
removed:
new
added:
ok]