From 30330bcaaa2bd0fbda5faf7674172fe9b9fd9f12 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 2 Nov 2020 10:36:07 -0800 Subject: [PATCH] Fixes #4259 - Manual plugin upload. --- e107_admin/plugin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }