Fix incorrect URL in admin header

This commit is contained in:
Kijin Sung 2020-07-02 14:29:18 +09:00
parent 4febc5df88
commit 54375d16ad
2 changed files with 7 additions and 3 deletions

View file

@ -1705,6 +1705,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);