Index: trunk/phase3/maintenance/runJobs.php |
— | — | @@ -28,13 +28,11 @@ |
29 | 29 | |
30 | 30 | class RunJobs extends Maintenance { |
31 | 31 | public function __construct() { |
32 | | - global $wgUseNormalUser; |
33 | 32 | parent::__construct(); |
34 | 33 | $this->mDescription = "Run pending jobs"; |
35 | 34 | $this->addOption( 'maxjobs', 'Maximum number of jobs to run', false, true ); |
36 | 35 | $this->addOption( 'type', 'Type of job to run', false, true ); |
37 | 36 | $this->addOption( 'procs', 'Number of processes to use', false, true ); |
38 | | - $wgUseNormalUser = true; |
39 | 37 | } |
40 | 38 | |
41 | 39 | public function memoryLimit() { |