diff options
Diffstat (limited to 'actions/admin/plugins/enableall.php')
-rw-r--r-- | actions/admin/plugins/enableall.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/admin/plugins/enableall.php b/actions/admin/plugins/enableall.php index f3325d2a6..5a85b6e07 100644 --- a/actions/admin/plugins/enableall.php +++ b/actions/admin/plugins/enableall.php @@ -22,8 +22,9 @@ foreach ($plugins as $p => $data) { } } -// need to reset caches for new view locations and cached view output. -elgg_view_regenerate_simplecache(); +// don't regenerate the simplecache because the plugin won't be +// loaded until next run. Just invalidate and let it regnerate as needed +elgg_invalidate_simplecache(); elgg_filepath_cache_reset(); forward($_SERVER['HTTP_REFERER']);
\ No newline at end of file |