mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
match the documentation
This commit is contained in:
parent
cdddfca0b5
commit
84ee783a2a
1 changed files with 2 additions and 0 deletions
2
boot.php
2
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';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue