Fix "Failed to save authentication token" when adding token to kolab-2fa plugin (T968)

This commit is contained in:
Aleksander Machniak 2016-01-28 17:07:11 +01:00
parent 6a8b8b19a0
commit f1eada2be3

View file

@ -116,6 +116,8 @@ class RcubeUser extends Base
if (!$success) {
$this->log(LOG_WARNING, sprintf('Failed to save prefs for user %s', $this->username));
}
return $success;
}
return false;