mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #1432 incorrect redirect in widget document edit popup
This commit is contained in:
parent
3344a20eb5
commit
9752c2ed61
3 changed files with 12 additions and 3 deletions
|
|
@ -122,6 +122,7 @@ class Router
|
|||
{
|
||||
@parse_str(substr($url, $argstart + 1), $args);
|
||||
$url = substr($url, 0, $argstart);
|
||||
$result->args = $args;
|
||||
}
|
||||
|
||||
// Decode the URL into plain UTF-8.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue