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 @@
554554
555555 if( $conn->tableExists( 'user' ) ) {
556556 $status->warning( 'config-install-tables-exist' );
 557+ $this->enableLB();
557558 return $status;
558559 }
559560

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88936This needs to be forward-ported to trunk....mah21:49, 26 May 2011
r89374Finish fix for bug #28172 (“wfGetDB called when it shouldn't be”)....mah00:53, 3 June 2011
r89376Fix for bug #28172 (“wfGetDB called when it shouldn't be”)....mah01:06, 3 June 2011

Status & tagging log