Removed old debugging code.
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 13 Jan 2007 22:42:26 +0000 (22:42 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 13 Jan 2007 22:42:26 +0000 (22:42 +0000)
maintenance/runJobs.php

index 343cda8..530a406 100644 (file)
@@ -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;