r81537 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81536‎ | r81537 | r81538 >
Date:20:54, 4 February 2011
Author:demon
Status:ok
Tags:
Comment:
lowercase a few more t/f
Modified paths:
  • /trunk/phase3/includes/installer/PostgresInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresInstaller.php
@@ -175,7 +175,7 @@
176176 if ( !$create && $this->getVar( 'wgDBuser' ) != $this->getVar( '_InstallUser' ) ) {
177177 // Test the web account
178178 try {
179 - $this->useAdmin = FALSE;
 179+ $this->useAdmin = false;
180180 return $this->openConnection();
181181 } catch ( DBConnectionError $e ) {
182182 return Status::newFatal( 'config-connection-error', $e->getMessage() );
@@ -204,7 +204,7 @@
205205 }
206206
207207 function setupDatabase() {
208 - $this->useAdmin = TRUE;
 208+ $this->useAdmin = true;
209209 $status = $this->getConnection();
210210 if ( !$status->isOK() ) {
211211 return $status;

Status & tagging log