r101880 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101879
|
r101880
|
r101881
>
Date:
21:00, 3 November 2011
Author:
overlordq
Status:
ok
Tags:
Comment:
Bug 28172
- wfGetDB called when it shouldn't be
Modified paths:
/trunk/phase3/includes/installer/PostgresInstaller.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/PostgresInstaller.php
—
—
@@ -553,6 +553,7 @@
554
554
555
555
if( $conn->tableExists( 'user' ) ) {
556
556
$status->warning( 'config-install-tables-exist' );
557
+ $this->enableLB();
557
558
return $status;
558
559
}
559
560
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r88936
This needs to be forward-ported to trunk....
mah
21:49, 26 May 2011
r89374
Finish fix for
bug #28172
(“wfGetDB called when it shouldn't be”)....
mah
00:53, 3 June 2011
r89376
Fix for
bug #28172
(“wfGetDB called when it shouldn't be”)....
mah
01:06, 3 June 2011
Status & tagging log
22:50, 20 November 2011
😂
(
talk
|
contribs
)
changed the
status
of r101880
[
removed:
new
added:
ok]