diff --git a/pages/run.php b/pages/run.php index 70ab7fd..74cf02e 100644 --- a/pages/run.php +++ b/pages/run.php @@ -21,7 +21,7 @@ array_walk($varFiles, "removeQueryDir"); $strSelection = implode("/", Request::getArgs()); - $strQueryPath = "{$strQueryDir}/{$strSelection}"; + $strQueryPath = urldecode("{$strQueryDir}/{$strSelection}"); $strQueryView = null; $varInputs = [[]];