1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-07 22:23:09 +02:00

Ignore e_admin_events addon.

This commit is contained in:
Cameron 2018-07-21 10:33:00 -07:00
parent ba98888424
commit 2301c4a042

View File

@ -81,6 +81,10 @@
$addon_pref_is_present = !empty($corePref[$key][$pluginDir]);
$debug_addon_pref_is_present = ($addon_pref_is_present) ? 'YES' : 'NO';
if($key === 'e_admin_events_list')
{
$debug_addon_pref_is_present = "DEPRECATED by Admin-UI events";
}
if($key === 'e_help_list')
{
$debug_addon_pref_is_present = "DEPRECATED by Admin-UI renderHelp()";