r69137 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69136
|
r69137
|
r69138
>
Date:
10:42, 7 July 2010
Author:
avar
Status:
ok
Tags:
Comment:
new-installer: Remove duplicate code added in
r69128
Modified paths:
/trunk/phase3/includes/installer/MysqlInstaller.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/MysqlInstaller.php
—
—
@@ -39,10 +39,6 @@
40
40
return;
41
41
}
42
42
43
- if ( $this->parent->getVar( 'wgDBtype' ) !== $this->getName() ) {
44
- return;
45
- }
46
-
47
43
# Add our user callback to installSteps, right before the tables are created.
48
44
$callback = array(
49
45
array(
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r69128
* Add Status::getWarningsArray() to complement Status::getErrorsArray()...
mah
02:53, 7 July 2010
Status & tagging log
15:09, 7 July 2010
Ævar Arnfjörð Bjarmason
(
talk
|
contribs
)
changed the
status
of r69137
[
removed:
new
added:
ok]