r82517 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82516‎ | r82517 | r82518 >
Date:16:53, 20 February 2011
Author:maxsem
Status:ok
Tags:
Comment:
Revert errorneous line removal in r82439
Modified paths:
  • /trunk/phase3/includes/installer/MysqlInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/MysqlInstaller.php
@@ -430,6 +430,7 @@
431431 return $status;
432432 }
433433
 434+ $db = $this->getVar( 'wgDBname' );
434435 $this->db->selectDB( $db );
435436 $this->setupSchemaVars();
436437 $error = $this->db->sourceFile( "$IP/maintenance/users.sql" );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82439Bug 27053 - sourceFile() didn't expand all the required variables. Apparently...maxsem08:01, 19 February 2011

Status & tagging log