diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index f1bc211e6..f31989135 100755 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -354,7 +354,7 @@ class plugin_ui extends e_admin_ui $text = e107::getPlugin()->install($id); - $log = e107::getAdminLog(); + // $log = e107::getAdminLog(); if ($text === FALSE) { @@ -521,7 +521,7 @@ class plugin_ui extends e_admin_ui $max_file_size = get_user_max_upload(); $text = " -
+ @@ -548,7 +548,7 @@ class plugin_ui extends e_admin_ui return $text; - e107::getRender()->tablerender(ADLAN_98.SEP.EPL_ADLAN_38, $text); + // e107::getRender()->tablerender(ADLAN_98.SEP.EPL_ADLAN_38, $text); }