diff options
author | Friendika <info@friendika.com> | 2011-08-24 01:55:34 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-24 01:55:34 -0700 |
commit | b6fdd3c76bd6d0f30a7973286ef19c10bf6326a6 (patch) | |
tree | 7e4b2c455053040bfac5fdce22b4066096ca7b9f /include/diaspora.php | |
parent | 0883a614a288a85b973174a03c9498289e6383dc (diff) | |
download | volse-hubzilla-b6fdd3c76bd6d0f30a7973286ef19c10bf6326a6.tar.gz volse-hubzilla-b6fdd3c76bd6d0f30a7973286ef19c10bf6326a6.tar.bz2 volse-hubzilla-b6fdd3c76bd6d0f30a7973286ef19c10bf6326a6.zip |
turn off notifier - runaway
Diffstat (limited to 'include/diaspora.php')
-rw-r--r-- | include/diaspora.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 5ea38bad5..563eaa4e2 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -622,7 +622,7 @@ function diaspora_comment($importer,$xml,$msg) { } // notify others - proc_run('php','include/notifier.php','comment',$message_id); +// proc_run('php','include/notifier.php','comment',$message_id); return; @@ -846,7 +846,7 @@ EOT; } // notify others - proc_run('php','include/notifier.php','comment',$message_id); +// proc_run('php','include/notifier.php','comment',$message_id); return; } |