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:
parent
8789ce6f1c
commit
8dfcc47a3e
@ -3553,7 +3553,7 @@ class e107
|
||||
}
|
||||
|
||||
|
||||
public static function minify($js,$options=null)
|
||||
public static function minify($js,$options=array())
|
||||
{
|
||||
if(empty($js))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user