update static url custom info
This commit is contained in:
parent
d0d3989bb0
commit
77d40b0b5c
@ -105,6 +105,7 @@ class Url{
|
||||
$custom[$key] = $value;
|
||||
}
|
||||
}
|
||||
$custom = array_filter(array_merge( (array)$custom , (array)$_GET ));
|
||||
}else{
|
||||
$custom = self::$url;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user