]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - maintenance/showJobs.php
MediaWiki 1.15.0
[autoinstallsdev/mediawiki.git] / maintenance / showJobs.php
index d4f68db774dfcc1ca8f192177962806c246cafef..6e38c854c319e1a14fd102a97076d4f8b459de58 100644 (file)
  * @author Ashar Voultoiz
  */
 require_once( 'commandLine.inc' );
-require_once( "$IP/includes/JobQueue.php" );
-require_once( "$IP/includes/FakeTitle.php" );
-
-// Trigger errors on inappropriate use of $wgTitle
-$wgTitle = new FakeTitle;
 
 $dbw = wfGetDB( DB_MASTER );
 $count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' );