From: Chad Horohoe Date: Wed, 10 Feb 2010 01:43:18 +0000 (+0000) Subject: Followup r62067, drop $wgUseNormalUser as un-needed X-Git-Tag: 1.31.0-rc.0~37845 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=84c9127e9bf3081e4caf70c09072f33bec33aa71;p=lhc%2Fweb%2Fwiklou.git Followup r62067, drop $wgUseNormalUser as un-needed --- diff --git a/maintenance/runJobs.php b/maintenance/runJobs.php index 70228ffbaf..e03bf5d163 100644 --- a/maintenance/runJobs.php +++ b/maintenance/runJobs.php @@ -28,13 +28,11 @@ require_once( dirname(__FILE__) . '/Maintenance.php' ); class RunJobs extends Maintenance { public function __construct() { - global $wgUseNormalUser; parent::__construct(); $this->mDescription = "Run pending jobs"; $this->addOption( 'maxjobs', 'Maximum number of jobs to run', false, true ); $this->addOption( 'type', 'Type of job to run', false, true ); $this->addOption( 'procs', 'Number of processes to use', false, true ); - $wgUseNormalUser = true; } public function memoryLimit() {