From 72d835ee88e69da47cb564a70b3c538f386c9081 Mon Sep 17 00:00:00 2001 From: MikeyGMT Date: Mon, 28 Nov 2016 19:24:21 +0000 Subject: [PATCH] Remind admin to delete online_extended menu #1109 Remind admin to delete online_extended menu #1109 because if they do not delete it then each time they open the menu manager, the plugin folder is scanned for menus and they get the DB Update Available Warning - over and over. --- e107_admin/admin.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/e107_admin/admin.php b/e107_admin/admin.php index a22472e60..deb6b417d 100644 --- a/e107_admin/admin.php +++ b/e107_admin/admin.php @@ -258,7 +258,10 @@ class admin_start e_PLUGIN."banner/config.php", e_PLUGIN."forum/newforumposts_menu_config.php", e_PLUGIN."forum/e_latest.php", - e_PLUGIN."forum/e_status.php" + e_PLUGIN."forum/e_status.php", + e_PLUGIN."online_extended_menu/online_extended_menu.php", + e_PLUGIN."online_extended_menu/images/user.png", + e_PLUGIN."online_extended_menu/languages/English.php" );