From be812b46692dc21dc39932941f421aba32d59b7c Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 21 Feb 2011 01:36:35 +0000 Subject: 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 --- actions/admin/plugins/set_priority.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'actions/admin/plugins/set_priority.php') diff --git a/actions/admin/plugins/set_priority.php b/actions/admin/plugins/set_priority.php index 1203e22de..fd7857e49 100644 --- a/actions/admin/plugins/set_priority.php +++ b/actions/admin/plugins/set_priority.php @@ -30,8 +30,6 @@ if ($plugin->setPriority($priority)) { register_error(elgg_echo('admin:plugins:set_priority:no', array($plugin->manifest->getName()))); } -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(); -- cgit v1.2.3