mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
send unfollow before removing ostatus contact
This commit is contained in:
parent
81e1e4245b
commit
f9f08b4355
2 changed files with 26 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
// run queue delivery process in the background
|
||||
|
||||
$php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
|
||||
$php_path = ((x($a->config,'php_path') && strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
|
||||
proc_close(proc_open("\"$php_path\" \"include/queue.php\" &", array(), $foo));
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue