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
|
// notify others
|
||||||
proc_run('php','include/notifier.php','comment',$message_id);
|
// proc_run('php','include/notifier.php','comment',$message_id);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -846,7 +846,7 @@ EOT;
|
||||||
}
|
}
|
||||||
|
|
||||||
// notify others
|
// notify others
|
||||||
proc_run('php','include/notifier.php','comment',$message_id);
|
// proc_run('php','include/notifier.php','comment',$message_id);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue