diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-16 20:47:40 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-16 20:47:40 -0700 |
commit | facca43e2de1c3c30a34f38bbe7025b7216db13f (patch) | |
tree | 8d4180967a416d77ccb25c8c95707a5f76390468 /mod/dfrn_notify.php | |
parent | ce515ac2e815cf6c392691743393ea6ebc42c832 (diff) | |
download | volse-hubzilla-facca43e2de1c3c30a34f38bbe7025b7216db13f.tar.gz volse-hubzilla-facca43e2de1c3c30a34f38bbe7025b7216db13f.tar.bz2 volse-hubzilla-facca43e2de1c3c30a34f38bbe7025b7216db13f.zip |
no more url in cmdline
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 3 |
1 files changed, 1 insertions, 2 deletions
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'])) { |