Modified Special:Categories to subclass SpecialPage
[lhc/web/wiklou.git] / includes / LinkCache.php
index 4b6f964..dce3459 100644 (file)
@@ -132,7 +132,7 @@ class LinkCache {
         * @return Integer
         */
        public function addLinkObj( $nt ) {
-               global $wgAntiLockFlags, $wgProfiler;
+               global $wgAntiLockFlags;
                wfProfileIn( __METHOD__ );
 
                $key = $nt->getPrefixedDBkey();