fix "wrong operand type", if user enters wrong password

This commit is contained in:
Ralf Becker 2019-07-15 17:50:36 +02:00
parent d5b14fa205
commit ccfa5d6182

View File

@ -71,7 +71,6 @@ class preferences_password
if (($errors = self::do_change($content['password'], $content['n_passwd'], $content['n_passwd_2'])))
{
Framework::message(implode("\n", $errors), 'error');
$content = array();
}
else
{