aboutsummaryrefslogtreecommitdiff
path: root/actions/admin/plugins/activate.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-21 01:36:35 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-21 01:36:35 +0000
commitbe812b46692dc21dc39932941f421aba32d59b7c (patch)
treeae1250cb09e7039dcd8947c0325c1e31c074d88b /actions/admin/plugins/activate.php
parentdee67e1d518894b75d1f6936eab6aca26d5bfa40 (diff)
downloadelgg-be812b46692dc21dc39932941f421aba32d59b7c.tar.gz
elgg-be812b46692dc21dc39932941f421aba32d59b7c.tar.bz2
Fixes #2452. Removed the first admin installation notice. It was just a reminder to his "save" on the simple plugins screen. This is pretty obvious.
git-svn-id: http://code.elgg.org/elgg/trunk@8380 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/admin/plugins/activate.php')
-rw-r--r--actions/admin/plugins/activate.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/admin/plugins/activate.php b/actions/admin/plugins/activate.php
index 7a55cb7bb..822d09f43 100644
--- a/actions/admin/plugins/activate.php
+++ b/actions/admin/plugins/activate.php
@@ -32,8 +32,6 @@ foreach ($plugin_guids as $guid) {
}
}
-elgg_delete_admin_notice('first_installation_plugin_reminder');
-
// 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();