From 18c7565e5c6eae3db63b430da64bf174c8fef002 Mon Sep 17 00:00:00 2001 From: xisi Date: Sun, 2 Feb 2014 13:34:41 -0500 Subject: [PATCH] cleanup --- public/include/classes/user.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/include/classes/user.class.php b/public/include/classes/user.class.php index e0a84682..b112538a 100644 --- a/public/include/classes/user.class.php +++ b/public/include/classes/user.class.php @@ -393,9 +393,7 @@ class User extends Base { } $stmt->close(); } - $this->log->log("warn", $this->getUserName($userID)." incorrect password update attempt from [".$_SERVER['REMOTE_ADDR']."]"); - $this->setErrorMessage( 'Unable to update password, current password wrong?' ); return false; }