mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Minor fix on user avatar upload
This commit is contained in:
parent
7d01977a89
commit
c274337fed
|
|
@ -759,6 +759,8 @@ class UserObject extends FlexObject implements UserInterface, Countable
|
|||
}
|
||||
}
|
||||
|
||||
$this->clearMediaCache();
|
||||
|
||||
$this->_uploads = $list;
|
||||
$this->_uploads_original = $list_original;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user