* Add form to RCLinked and add to sp:specialpages
[lhc/web/wiklou.git] / includes / SpecialImport.php
index 9a7a394..5557b0a 100644 (file)
@@ -358,7 +358,7 @@ class WikiRevision {
                }
 
                // avoid memory leak...?
-               $linkCache =& LinkCache::singleton();
+               $linkCache = LinkCache::singleton();
                $linkCache->clear();
 
                $article = new Article( $this->title );