From: Aaron Schulz Date: Sun, 17 Aug 2008 21:58:17 +0000 (+0000) Subject: flag as protected X-Git-Tag: 1.31.0-rc.0~45849 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=788571dae6eba9a5142362a671550a1bdc87a0f9;p=lhc%2Fweb%2Fwiklou.git flag as protected --- diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index bb192fb945..696ca8e7da 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -87,7 +87,7 @@ class LinksUpdate { } - function doIncrementalUpdate() { + protected function doIncrementalUpdate() { wfProfileIn( __METHOD__ ); # Page links @@ -158,7 +158,7 @@ class LinksUpdate { * May be slower or faster depending on level of lock contention and write speed of DB * Also useful where link table corruption needs to be repaired, e.g. in refreshLinks.php */ - function doDumbUpdate() { + protected function doDumbUpdate() { wfProfileIn( __METHOD__ ); # Refresh category pages and image description pages