mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Admin Language files autoload denied for new admin UI areas
This commit is contained in:
@@ -27,7 +27,8 @@ e107::coreLan('footer', true);
|
||||
// DEPRECATED - plugins should load their lans manually
|
||||
// plugin autoload, will be removed in the future!
|
||||
// here mostly because of BC reasons
|
||||
if(!deftrue('e_MINIMAL'))
|
||||
//if(!deftrue('e_MINIMAL'))
|
||||
if(!deftrue('e_ADMIN_UI'))
|
||||
{
|
||||
|
||||
$_plugins = e107::getPref('plug_installed');
|
||||
|
Reference in New Issue
Block a user