mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix incorrect URL in admin header
This commit is contained in:
parent
4febc5df88
commit
54375d16ad
2 changed files with 7 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue