Supress errors when setting the PHP timeout so output isn't ugly when safe mode is...
authorRobert Leverington <roberthl@users.mediawiki.org>
Thu, 17 Apr 2008 19:20:27 +0000 (19:20 +0000)
committerRobert Leverington <roberthl@users.mediawiki.org>
Thu, 17 Apr 2008 19:20:27 +0000 (19:20 +0000)
maintenance/commandLine.inc

index 0bdfe13..375448e 100644 (file)
@@ -235,4 +235,4 @@ $wgShowSQLErrors = true;
 require_once( "$IP/includes/Setup.php" );
 require_once( "$IP/install-utils.inc" );
 $wgTitle = null; # Much much faster startup than creating a title object
-set_time_limit(0);
+@set_time_limit(0);