aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-24 01:55:34 -0700
committerFriendika <info@friendika.com>2011-08-24 01:55:34 -0700
commitb6fdd3c76bd6d0f30a7973286ef19c10bf6326a6 (patch)
tree7e4b2c455053040bfac5fdce22b4066096ca7b9f /include
parent0883a614a288a85b973174a03c9498289e6383dc (diff)
downloadvolse-hubzilla-b6fdd3c76bd6d0f30a7973286ef19c10bf6326a6.tar.gz
volse-hubzilla-b6fdd3c76bd6d0f30a7973286ef19c10bf6326a6.tar.bz2
volse-hubzilla-b6fdd3c76bd6d0f30a7973286ef19c10bf6326a6.zip
turn off notifier - runaway
Diffstat (limited to 'include')
-rw-r--r--include/diaspora.php4
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;
}