From 182ec782d61749ca67bf0cd9e67821849fc29584 Mon Sep 17 00:00:00 2001 From: M Date: Sat, 5 Dec 2015 22:56:39 -0500 Subject: * Now normalizing the $argv array in the root app controller --- app/controller/root.control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controller/root.control.php b/app/controller/root.control.php index d77b0e6..7ccf35e 100644 --- a/app/controller/root.control.php +++ b/app/controller/root.control.php @@ -14,6 +14,8 @@ class Root extends Controller */ function handle($argv) { + $argv = $this->normalizeArgv($argv); + /* First, make sure the system configuration file has been included */ if (!$this->scrottConfExists()) { -- cgit v1.2.3