]> git.mxchange.org Git - friendica.git/commitdiff
turn off notifier - runaway
authorFriendika <info@friendika.com>
Wed, 24 Aug 2011 08:55:34 +0000 (01:55 -0700)
committerFriendika <info@friendika.com>
Wed, 24 Aug 2011 08:55:34 +0000 (01:55 -0700)
include/diaspora.php

index 5ea38bad5278cd834f23a705144b9dcdd750fa85..563eaa4e270a243f0108fccf1c904be575c9492b 100644 (file)
@@ -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;
 }