From 2ed97eb02d2c3d758a5af50bb02fc20e5307bb3f Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 29 Apr 2010 22:02:44 +0000 Subject: [PATCH] Follow up r65672. FIXED. --- config/Installer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/Installer.php b/config/Installer.php index 3eddb18ca9..333c38e005 100644 --- a/config/Installer.php +++ b/config/Installer.php @@ -1215,7 +1215,6 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { } } - # FIXME: Check for errors print "
  • Creating tables..."; if ($conf->DBtype == 'mysql') { $res = $wgDatabase->sourceFile( "../maintenance/tables.sql" ); -- 2.20.1