From 8dfcc47a3e86a1178abde06fdc1318e7d259872f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=B3na=20Lore?= Date: Sat, 9 Dec 2017 23:43:04 +0100 Subject: [PATCH] Fix for: Warning array_merge(): Argument #2 is not an array, Line 156 of /e107_handlers/jsshrink/Minifier.php --- e107_handlers/e107_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index c64033399..35aa8b8d7 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -3553,7 +3553,7 @@ class e107 } - public static function minify($js,$options=null) + public static function minify($js,$options=array()) { if(empty($js)) {