The war on redundant ampersand usage!
[lhc/web/wiklou.git] / maintenance / updateArticleCount.inc.php
index 126593c..d4e2a9e 100644 (file)
@@ -15,7 +15,7 @@ class ArticleCounter {
        function ArticleCounter() {
                global $wgContentNamespaces;
                $this->namespaces = $wgContentNamespaces;
-               $this->dbr =& wfGetDB( DB_SLAVE );
+               $this->dbr = wfGetDB( DB_SLAVE );
        }
        
        /**