From: Tim Starling Date: Mon, 3 Jul 2006 16:30:46 +0000 (+0000) Subject: As we say on Wikipedia, might it not have been easier to fix it, rather than complain... X-Git-Tag: 1.31.0-rc.0~56434 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=ed7d87d98cec603a87f9f2f52dbab5c7c7fb2f4e;p=lhc%2Fweb%2Fwiklou.git As we say on Wikipedia, might it not have been easier to fix it, rather than complain about it? --- diff --git a/includes/JobQueue.php b/includes/JobQueue.php index 3718b9e679..746cf5de77 100644 --- a/includes/JobQueue.php +++ b/includes/JobQueue.php @@ -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();