Skip to content

Commit

Permalink
Clear cache after adding new folder, fix #393
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocopes committed Feb 12, 2016
1 parent c2a1a7b commit 3efbf05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,7 @@ public function taskSaveNewFolder()
}

Folder::mkdir($path . '/' . $orderOfNewFolder . '.' . $data['folder']);
Cache::clearCache('standard');

$this->admin->setMessage($this->admin->translate('PLUGIN_ADMIN.SUCCESSFULLY_SAVED'), 'info');

Expand Down

0 comments on commit 3efbf05

Please sign in to comment.