diff options
author | friendica <info@friendica.com> | 2012-09-02 01:59:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-09-02 01:59:11 -0700 |
commit | 38344798f23c12db2409fb91d5e2aaf6c492c6f5 (patch) | |
tree | 122174b9aa3f975c76998a3afc3101c961799309 /boot.php | |
parent | 4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d (diff) | |
download | volse-hubzilla-38344798f23c12db2409fb91d5e2aaf6c492c6f5.tar.gz volse-hubzilla-38344798f23c12db2409fb91d5e2aaf6c492c6f5.tar.bz2 volse-hubzilla-38344798f23c12db2409fb91d5e2aaf6c492c6f5.zip |
rev update
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |