From b06c6d6f157513e2fc5d6eaa1e6c02d1e1046567 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 13 Sep 2010 15:31:24 +0000 Subject: Refs #2450: Updated docs for core admin actions. git-svn-id: http://code.elgg.org/elgg/trunk@6929 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/admin/plugins/enableall.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'actions/admin/plugins/enableall.php') diff --git a/actions/admin/plugins/enableall.php b/actions/admin/plugins/enableall.php index d1758a4b3..f3325d2a6 100644 --- a/actions/admin/plugins/enableall.php +++ b/actions/admin/plugins/enableall.php @@ -1,20 +1,19 @@ $data) { - // Enable if (enable_plugin($p)) { elgg_delete_admin_notice('first_installation_plugin_reminder'); system_message(sprintf(elgg_echo('admin:plugins:enable:yes'), $p)); @@ -23,7 +22,7 @@ foreach ($plugins as $p => $data) { } } -// Regen view cache +// need to reset caches for new view locations and cached view output. elgg_view_regenerate_simplecache(); elgg_filepath_cache_reset(); -- cgit v1.2.3