Clear cache after adding new folder, fix #393

This commit is contained in:
Flavio Copes
2016-02-12 10:17:15 +01:00
parent c2a1a7b192
commit 3efbf05bea

View File

@@ -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');