From 84ee783a2acb3ad0575b8f8cadeda1a009d1bd99 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 30 Jun 2011 20:34:49 -0700 Subject: [PATCH] match the documentation --- boot.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot.php b/boot.php index 2160b2548c..27c801923f 100644 --- 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'; }