1
1
Fork 0

no more url in cmdline

This commit is contained in:
Mike Macgirvin 2010-08-16 20:47:40 -07:00
commit facca43e2d
7 changed files with 30 additions and 25 deletions

View file

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