1
0
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:
SecretR
2013-03-07 10:33:24 +02:00
parent b9ff6240fd
commit 19043000ae
2 changed files with 4 additions and 8 deletions

View File

@@ -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');