turn off notifier - runaway

This commit is contained in:
Friendika 2011-08-24 01:55:34 -07:00
parent 0883a614a2
commit b6fdd3c76b
1 changed files with 2 additions and 2 deletions

View 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;
}