mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 02:46:04 +01:00
Uploaded Avatar removed from user's yaml when editing the user [#1647]
This commit is contained in:
@@ -708,7 +708,6 @@ class AdminController extends AdminBaseController
|
||||
}
|
||||
|
||||
$user->update($data->toArray());
|
||||
$user->undef('avatar');
|
||||
|
||||
$user = $this->storeFiles($user);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user