From 370e83bb0dfd0c70de268c93bf07ad5ee0897192 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:29:47 +0200 Subject: Update auf 1.13.0 --- includes/RefreshLinksJob.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'includes/RefreshLinksJob.php') diff --git a/includes/RefreshLinksJob.php b/includes/RefreshLinksJob.php index 367d994f..f95e5a50 100644 --- a/includes/RefreshLinksJob.php +++ b/includes/RefreshLinksJob.php @@ -2,6 +2,8 @@ /** * Background job to update links for a given title. + * + * @ingroup JobQueue */ class RefreshLinksJob extends Job { @@ -17,7 +19,7 @@ class RefreshLinksJob extends Job { global $wgParser; wfProfileIn( __METHOD__ ); - $linkCache =& LinkCache::singleton(); + $linkCache = LinkCache::singleton(); $linkCache->clear(); if ( is_null( $this->title ) ) { @@ -45,4 +47,3 @@ class RefreshLinksJob extends Job { return true; } } - -- cgit v1.2.3-54-g00ecf