From: Tim Starling Date: Sat, 13 Jan 2007 22:42:26 +0000 (+0000) Subject: Removed old debugging code. X-Git-Tag: 1.31.0-rc.0~54425 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=bd1747f28649507058a970a7fe11e3213f8aa8fd;p=lhc%2Fweb%2Fwiklou.git Removed old debugging code. --- diff --git a/maintenance/runJobs.php b/maintenance/runJobs.php index 343cda8a3a..530a406337 100644 --- a/maintenance/runJobs.php +++ b/maintenance/runJobs.php @@ -12,8 +12,7 @@ if ( isset( $options['maxjobs'] ) ) { $maxJobs = 10000; } -// Trigger errors on inappropriate use of $wgTitle -$wgTitle = new FakeTitle; +$wgTitle = Title::newFromText( 'RunJobs.php' ); $dbw =& wfGetDB( DB_MASTER ); $n = 0;