The war on redundant ampersand usage!
[lhc/web/wiklou.git] / maintenance / changePassword.php
index 9c1cb48..8291341 100644 (file)
@@ -17,7 +17,7 @@ class ChangePassword {
                $this->user = User::newFromName( $user );
                $this->password = $password;
 
-               $this->dbw =& wfGetDB( DB_MASTER );
+               $this->dbw = wfGetDB( DB_MASTER );
        }
 
        function main() {