From 77d40b0b5c5f288678cca31623b6f147f73c7cd4 Mon Sep 17 00:00:00 2001 From: October Date: Tue, 29 Jul 2014 04:25:47 -0400 Subject: [PATCH] update static url custom info --- engine/lib/Url.class.php | 1 + 1 file changed, 1 insertion(+) 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; }