1
0
Fork 0

installer changes, pe sync

This commit is contained in:
Mike Macgirvin 2010-08-15 21:49:29 -07:00
commit 35e29e10e6
15 changed files with 345 additions and 77 deletions

View file

@ -170,8 +170,9 @@ function dfrn_notify_post(&$a) {
);
$url = $a->get_baseurl();
$php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
proc_close(proc_open("php include/notifier.php $url comment-import $posted_id > remote-notify.log &",
proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"$url\" \"comment-import\" \"$posted_id\" &",
array(),$foo));
if(($importer['notify-flags'] & NOTIFY_COMMENT) && (! $importer['self'])) {