turn off notifier - runaway
This commit is contained in:
parent
0883a614a2
commit
b6fdd3c76b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue