summaryrefslogtreecommitdiffstats
path: root/app/controller/root.control.php
diff options
context:
space:
mode:
authorM <m@lfurio.us>2015-12-05 22:56:39 -0500
committerM <m@lfurio.us>2015-12-05 22:56:39 -0500
commit182ec782d61749ca67bf0cd9e67821849fc29584 (patch)
treeebfb2140e00aa0932bd2221438e74d68b9aa2d4b /app/controller/root.control.php
parent5a05468fe2d78641d3adb0ba5b83bf526f4f06de (diff)
downloadscrott-182ec782d61749ca67bf0cd9e67821849fc29584.tar.gz
scrott-182ec782d61749ca67bf0cd9e67821849fc29584.zip
* Now normalizing the $argv array in the root app controller
Diffstat (limited to 'app/controller/root.control.php')
-rw-r--r--app/controller/root.control.php2
1 files changed, 2 insertions, 0 deletions
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())
{