aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-09-02 01:59:11 -0700
committerfriendica <info@friendica.com>2012-09-02 01:59:11 -0700
commit38344798f23c12db2409fb91d5e2aaf6c492c6f5 (patch)
tree122174b9aa3f975c76998a3afc3101c961799309 /boot.php
parent4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d (diff)
downloadvolse-hubzilla-38344798f23c12db2409fb91d5e2aaf6c492c6f5.tar.gz
volse-hubzilla-38344798f23c12db2409fb91d5e2aaf6c492c6f5.tar.bz2
volse-hubzilla-38344798f23c12db2409fb91d5e2aaf6c492c6f5.zip
rev update
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
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;