1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

Small correction in plugin install/uninstall log.

This commit is contained in:
Cameron 2018-07-20 12:58:49 -07:00
parent 26fe2d4216
commit 4773186a50

View File

@ -4524,7 +4524,7 @@ class e107plugin
echo $plugin_path." = ".implode(",", $p_addons)."<br />";
}
$this->log("Detected Addons: ".print_a($p_addons,true));
$this->log("Detected Addons: ".print_r($p_addons,true));
return implode(",", $p_addons);
}