Fixed urlencoded arguments
This commit is contained in:
parent
e44526aa5a
commit
147d4871ac
@ -21,7 +21,7 @@
|
||||
array_walk($varFiles, "removeQueryDir");
|
||||
|
||||
$strSelection = implode("/", Request::getArgs());
|
||||
$strQueryPath = "{$strQueryDir}/{$strSelection}";
|
||||
$strQueryPath = urldecode("{$strQueryDir}/{$strSelection}");
|
||||
$strQueryView = null;
|
||||
|
||||
$varInputs = [[]];
|
||||
|
Loading…
Reference in New Issue
Block a user