Removed an unused local variable in a User function.
authorSean Colombo <sean_colombo@users.mediawiki.org>
Fri, 28 May 2010 19:01:00 +0000 (19:01 +0000)
committerSean Colombo <sean_colombo@users.mediawiki.org>
Fri, 28 May 2010 19:01:00 +0000 (19:01 +0000)
includes/User.php

index b5867d1..941f0bd 100644 (file)
@@ -3556,7 +3556,6 @@ class User {
         * @return \bool
         */
        static function comparePasswords( $hash, $password, $userId = false ) {
-               $m = false;
                $type = substr( $hash, 0, 3 );
 
                $result = false;