Remove PageContentSaveComplete hook subscriber that won't work..
[lhc/web/wiklou.git] / includes / OutputPage.php
index 405be1d..0b2ba40 100644 (file)
@@ -1364,7 +1364,8 @@ class OutputPage extends ContextSource {
                );
 
                # Add the results to the link cache
-               $lb->addResultToCache( LinkCache::singleton(), $res );
+               $linkCache = MediaWikiServices::getInstance()->getLinkCache();
+               $lb->addResultToCache( $linkCache, $res );
 
                return $res;
        }