Follow up r65672. FIXED.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 29 Apr 2010 22:02:44 +0000 (22:02 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 29 Apr 2010 22:02:44 +0000 (22:02 +0000)
config/Installer.php

index 3eddb18..333c38e 100644 (file)
@@ -1215,7 +1215,6 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) {
                                }
                        }
 
-                       # FIXME: Check for errors
                        print "<li>Creating tables...";
                        if ($conf->DBtype == 'mysql') {
                                $res = $wgDatabase->sourceFile( "../maintenance/tables.sql" );