From fb143a5701f15a8e9792c25ec7c0a030786896d6 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 17 Mar 2011 00:24:04 +0000 Subject: Fixes #2242. Can now delete admin notices manually. git-svn-id: http://code.elgg.org/elgg/trunk@8737 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/admin/delete_admin_notice.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 actions/admin/delete_admin_notice.php (limited to 'actions') diff --git a/actions/admin/delete_admin_notice.php b/actions/admin/delete_admin_notice.php new file mode 100644 index 000000000..a9c3b8758 --- /dev/null +++ b/actions/admin/delete_admin_notice.php @@ -0,0 +1,13 @@ +delete())) { + register_error(elgg_echo("admin:notices:could_not_delete")); +} + +forward(REFERER); \ No newline at end of file -- cgit v1.2.3