diff --git a/e107_admin/boot.php b/e107_admin/boot.php
index 768f68dfe..550dbfb1d 100644
--- a/e107_admin/boot.php
+++ b/e107_admin/boot.php
@@ -142,7 +142,7 @@ e107::coreLan('footer', true);
 {
 	$_globalLans = e107::pref('core', 'lan_global_list'); 
 	$_plugins = e107::getPref('plug_installed');
-	if(!empty($_plugins) && !empty($_globalLans) && is_array($_plugins) && count($_plugins) > 0)
+	if(!deftrue('e_ADMIN_UI') && !empty($_plugins) && !empty($_globalLans) && is_array($_plugins) && (count($_plugins) > 0))
 	{
 		$_plugins = array_keys($_plugins);
 		
diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php
index d15256bbd..86c5e4c1a 100644
--- a/e107_admin/plugin.php
+++ b/e107_admin/plugin.php
@@ -3294,6 +3294,7 @@ if (!getperms('P'))
 	exit;
 }
 
+// e107::lan('".$thePlugin."',true);
 
 
 class ".$thePlugin."_adminArea extends e_admin_dispatcher
diff --git a/e107_plugins/social/e_event.php b/e107_plugins/social/e_event.php
index 4d2e2d222..3d6b950ad 100644
--- a/e107_plugins/social/e_event.php
+++ b/e107_plugins/social/e_event.php
@@ -11,7 +11,7 @@
 if (!defined('e107_INIT')) { exit; }
 
 
-class e_event_social //FIXME should be 'social_event'
+class social_event
 {
 
 	/*
@@ -24,6 +24,12 @@ class e_event_social //FIXME should be 'social_event'
 	}
 
 
+	function config()
+	{
+
+
+	}
+
 } //end class
 
 ?>
\ No newline at end of file