diff options
author | Friendika <info@friendika.com> | 2011-06-30 20:34:49 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-30 20:34:49 -0700 |
commit | 84ee783a2acb3ad0575b8f8cadeda1a009d1bd99 (patch) | |
tree | 8be94b52d133970a9cd70c5b43c3f0f3c8f89dfe | |
parent | cdddfca0b5971d2437eee09ad6985f3df5ae5bfd (diff) | |
download | volse-hubzilla-84ee783a2acb3ad0575b8f8cadeda1a009d1bd99.tar.gz volse-hubzilla-84ee783a2acb3ad0575b8f8cadeda1a009d1bd99.tar.bz2 volse-hubzilla-84ee783a2acb3ad0575b8f8cadeda1a009d1bd99.zip |
match the documentation
-rw-r--r-- | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -296,6 +296,8 @@ class App { $this->module = str_replace(".", "_", $this->argv[0]); } else { + $this->argc = 1; + $this->argv = array('home'); $this->module = 'home'; } |