From: Friendika Date: Wed, 24 Aug 2011 08:55:34 +0000 (-0700) Subject: turn off notifier - runaway X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6fdd3c76bd6d0f30a7973286ef19c10bf6326a6;p=friendica.git turn off notifier - runaway --- diff --git a/include/diaspora.php b/include/diaspora.php index 5ea38bad52..563eaa4e27 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; }