Compare commits
2 commits
7b2ce7ab73
...
a4e21e6046
Author | SHA1 | Date | |
---|---|---|---|
|
a4e21e6046 | ||
|
a74c23fcd0 |
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ class Db extends Backend {
|
|||
default:
|
||||
if (in_array($field, App :: get('auth.db.exposed_fields'))) {
|
||||
if ($value != $user[$field])
|
||||
$values[$field] = $value;
|
||||
$values[$field] = $values;
|
||||
break;
|
||||
}
|
||||
Log :: error("update_user: unknown field %s", $field);
|
||||
|
|
Loading…
Reference in a new issue