rev update

This commit is contained in:
friendica
2012-09-02 01:59:11 -07:00
parent 4736fa5927
commit 38344798f2
8 changed files with 122 additions and 48 deletions

View File

@@ -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;