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:
parent
ba98888424
commit
2301c4a042
@ -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()";
|
||||
|
Loading…
x
Reference in New Issue
Block a user