1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Fix for: Warning array_merge(): Argument #2 is not an array, Line 156 of /e107_handlers/jsshrink/Minifier.php

This commit is contained in:
Lóna Lore 2017-12-09 23:43:04 +01:00
parent 8789ce6f1c
commit 8dfcc47a3e

View File

@ -3553,7 +3553,7 @@ class e107
}
public static function minify($js,$options=null)
public static function minify($js,$options=array())
{
if(empty($js))
{