mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Fix getUrl() not resetting existing params when called with an array
This commit is contained in:
parent
45c4da14e2
commit
68f428edd7
1 changed files with 1 additions and 0 deletions
|
|
@ -1672,6 +1672,7 @@ class Context
|
|||
// If $args_list contains one array, reset existing parameters and use keys & values from $args_list.
|
||||
if (is_array($args_list[0]) && count($args_list) == 1)
|
||||
{
|
||||
$get_vars = array();
|
||||
foreach ($args_list[0] as $key => $val)
|
||||
{
|
||||
$val = trim($val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue