From 4773186a50bc22cab508a01047c3270faced938d Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 20 Jul 2018 12:58:49 -0700 Subject: [PATCH] Small correction in plugin install/uninstall log. --- e107_handlers/plugin_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 1f7d33f21..f0df2459a 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -4524,7 +4524,7 @@ class e107plugin echo $plugin_path." = ".implode(",", $p_addons)."
"; } - $this->log("Detected Addons: ".print_a($p_addons,true)); + $this->log("Detected Addons: ".print_r($p_addons,true)); return implode(",", $p_addons); }