update static url custom info

This commit is contained in:
October 2014-07-29 04:25:47 -04:00
parent d0d3989bb0
commit 77d40b0b5c

View File

@ -105,6 +105,7 @@ class Url{
$custom[$key] = $value;
}
}
$custom = array_filter(array_merge( (array)$custom , (array)$_GET ));
}else{
$custom = self::$url;
}