1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 04:40:44 +02:00

Admin global language defines load fix

This commit is contained in:
SecretR
2013-03-07 14:22:25 +02:00
parent cfcee89f0f
commit 3a8216bbe9

View File

@@ -28,7 +28,6 @@ e107::coreLan('footer', true);
// plugin autoload, will be removed in the future! // plugin autoload, will be removed in the future!
// here mostly because of BC reasons // here mostly because of BC reasons
//if(!deftrue('e_MINIMAL')) //if(!deftrue('e_MINIMAL'))
if(!deftrue('e_ADMIN_UI'))
{ {
$_plugins = e107::getPref('plug_installed'); $_plugins = e107::getPref('plug_installed');