match the documentation

This commit is contained in:
Friendika 2011-06-30 20:34:49 -07:00
parent cdddfca0b5
commit 84ee783a2a
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,8 @@ class App {
$this->module = str_replace(".", "_", $this->argv[0]);
}
else {
$this->argc = 1;
$this->argv = array('home');
$this->module = 'home';
}