Fix #1432 incorrect redirect in widget document edit popup

This commit is contained in:
Kijin Sung 2020-10-21 23:57:37 +09:00
parent 3344a20eb5
commit 9752c2ed61
3 changed files with 12 additions and 3 deletions

View file

@ -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.