Revert r65382, can't use global functions here.
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 21 Apr 2010 13:49:50 +0000 (13:49 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 21 Apr 2010 13:49:50 +0000 (13:49 +0000)
maintenance/Maintenance.php

index 37432c8..409d399 100644 (file)
@@ -644,9 +644,7 @@ abstract class Maintenance {
                }
 
                $wgShowSQLErrors = true;
-               wfSuppressWarnings();
-               set_time_limit( 0 );
-               wfRestoreWarnings();
+               @set_time_limit( 0 );
                ini_set( 'memory_limit', $this->memoryLimit() );
 
                $wgProfiling = false; // only for Profiler.php mode; avoids OOM errors