diff --git a/engine/lib/Url.class.php b/engine/lib/Url.class.php index c064376..7ee4b64 100755 --- a/engine/lib/Url.class.php +++ b/engine/lib/Url.class.php @@ -105,6 +105,7 @@ class Url{ $custom[$key] = $value; } } + $custom = array_filter(array_merge( (array)$custom , (array)$_GET )); }else{ $custom = self::$url; }