mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Ignore e_admin_events addon.
This commit is contained in:
@@ -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()";
|
||||
|
Reference in New Issue
Block a user