From facca43e2de1c3c30a34f38bbe7025b7216db13f Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 16 Aug 2010 20:47:40 -0700 Subject: no more url in cmdline --- mod/dfrn_notify.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod/dfrn_notify.php') diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 911d7f02c..be0de36e0 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -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'])) { -- cgit v1.2.3