mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Plugin Manager fix.
This commit is contained in:
@@ -30,7 +30,7 @@ define("ADMIN_GITSYNC_ICON", e107::getParser()->toGlyph('fa-refresh', array('siz
|
||||
global $user_pref;
|
||||
|
||||
|
||||
if(deftrue('e_DEBUG_PLUGMANAGER'))
|
||||
if(!deftrue('e_DEBUG_PLUGMANAGER'))
|
||||
{
|
||||
require_once(e_HANDLER.'plugin_class.php');
|
||||
require_once(e_HANDLER.'file_class.php');
|
||||
|
Reference in New Issue
Block a user