From bd1747f28649507058a970a7fe11e3213f8aa8fd Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 13 Jan 2007 22:42:26 +0000 Subject: [PATCH] Removed old debugging code. --- maintenance/runJobs.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1