The war on redundant ampersand usage!
[lhc/web/wiklou.git] / includes / SpecialContributions.php
index 70ff0c7..bc44888 100644 (file)
@@ -14,7 +14,7 @@ class ContribsFinder {
        function ContribsFinder( $username ) {
                $this->username = $username;
                $this->namespace = false;
-               $this->dbr =& wfGetDB( DB_SLAVE, 'contributions' );
+               $this->dbr = wfGetDB( DB_SLAVE, 'contributions' );
        }
 
        function setNamespace( $ns ) {