mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02: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:
@@ -3553,7 +3553,7 @@ class e107
|
||||
}
|
||||
|
||||
|
||||
public static function minify($js,$options=null)
|
||||
public static function minify($js,$options=array())
|
||||
{
|
||||
if(empty($js))
|
||||
{
|
||||
|
Reference in New Issue
Block a user