From 38344798f23c12db2409fb91d5e2aaf6c492c6f5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 2 Sep 2012 01:59:11 -0700 Subject: rev update --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 9e0d8e061..1e42228c4 100644 --- a/boot.php +++ b/boot.php @@ -508,6 +508,7 @@ if(! class_exists('App')) { $this->argc = count($this->argv); if((array_key_exists('0',$this->argv)) && strlen($this->argv[0])) { $this->module = str_replace(".", "_", $this->argv[0]); + $this->module = str_replace("-", "_", $this->module); } else { $this->argc = 1; -- cgit v1.2.3