]> git.mxchange.org Git - friendica.git/commitdiff
match the documentation
authorFriendika <info@friendika.com>
Fri, 1 Jul 2011 03:34:49 +0000 (20:34 -0700)
committerFriendika <info@friendika.com>
Fri, 1 Jul 2011 03:34:49 +0000 (20:34 -0700)
boot.php

index 2160b2548ca31327a9816be7640b12722a7104f5..27c801923f1c256680e5873a884be98a6ffcae1c 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -296,6 +296,8 @@ class App {
                        $this->module = str_replace(".", "_", $this->argv[0]);
                }
                else {
+                       $this->argc = 1;
+                       $this->argv = array('home');
                        $this->module = 'home';
                }