mirror of
https://github.com/getgrav/grav.git
synced 2026-02-28 01:21:30 +01:00
Minor fix on user avatar upload
This commit is contained in:
@@ -759,6 +759,8 @@ class UserObject extends FlexObject implements UserInterface, Countable
|
||||
}
|
||||
}
|
||||
|
||||
$this->clearMediaCache();
|
||||
|
||||
$this->_uploads = $list;
|
||||
$this->_uploads_original = $list_original;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user