This commit is contained in:
xisi 2014-02-02 13:34:41 -05:00
parent ca1ae6ba2c
commit 18c7565e5c

View File

@ -393,9 +393,7 @@ class User extends Base {
} }
$stmt->close(); $stmt->close();
} }
$this->log->log("warn", $this->getUserName($userID)." incorrect password update attempt from [".$_SERVER['REMOTE_ADDR']."]"); $this->log->log("warn", $this->getUserName($userID)." incorrect password update attempt from [".$_SERVER['REMOTE_ADDR']."]");
$this->setErrorMessage( 'Unable to update password, current password wrong?' ); $this->setErrorMessage( 'Unable to update password, current password wrong?' );
return false; return false;
} }