As we say on Wikipedia, might it not have been easier to fix it, rather than complain...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 3 Jul 2006 16:30:46 +0000 (16:30 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 3 Jul 2006 16:30:46 +0000 (16:30 +0000)
includes/JobQueue.php

index 3718b9e..746cf5d 100644 (file)
@@ -235,9 +235,6 @@ class RefreshLinksJob extends Job {
                global $wgParser;
                wfProfileIn( __METHOD__ );
 
-               # FIXME: $dbw never used.
-               $dbw =& wfGetDB( DB_MASTER );
-
                $linkCache =& LinkCache::singleton();
                $linkCache->clear();