mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-12-27 02:40:48 +01:00
Clear cache after adding new folder, fix #393
This commit is contained in:
@@ -1125,6 +1125,7 @@ class AdminController
|
||||
}
|
||||
|
||||
Folder::mkdir($path . '/' . $orderOfNewFolder . '.' . $data['folder']);
|
||||
Cache::clearCache('standard');
|
||||
|
||||
$this->admin->setMessage($this->admin->translate('PLUGIN_ADMIN.SUCCESSFULLY_SAVED'), 'info');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user