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 @@
431
431
return $status;
432
432
}
433
433
434
+ $db = $this->getVar( 'wgDBname' );
434
435
$this->db->selectDB( $db );
435
436
$this->setupSchemaVars();
436
437
$error = $this->db->sourceFile( "$IP/maintenance/users.sql" );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r82439
Bug 27053
- sourceFile() didn't expand all the required variables. Apparently...
maxsem
08:01, 19 February 2011
Status & tagging log
16:31, 23 February 2011
😂
(
talk
|
contribs
)
changed the
status
of r82517
[
removed:
new
added:
ok]