From e968cdf3694a2be85de2a9104d8c1b399d4a974d Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 2 Apr 2017 14:35:12 -0700 Subject: [PATCH] debug removed. --- e107_handlers/plugin_class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 1b00a6130..877122f6d 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -473,9 +473,7 @@ class e_plugin $dirs = scandir(e_PLUGIN); $arr = array(); - - var_dump($dirs); - + foreach($dirs as $plugName) { $ret = null;