aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_notify.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-04 20:47:44 -0700
committerFriendika <info@friendika.com>2010-11-04 20:47:44 -0700
commit4cba826a2fbe958e5c20c645db7e6932f8736f32 (patch)
tree7b0cf098e5d10246004e54e9cf9fab04c75a2b14 /mod/dfrn_notify.php
parent9718fffd71856f98815ecc8375afddd6b22b070c (diff)
downloadvolse-hubzilla-4cba826a2fbe958e5c20c645db7e6932f8736f32.tar.gz
volse-hubzilla-4cba826a2fbe958e5c20c645db7e6932f8736f32.tar.bz2
volse-hubzilla-4cba826a2fbe958e5c20c645db7e6932f8736f32.zip
hub anomolies & swat0 compliance
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r--mod/dfrn_notify.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php
index 1e66108c8..752088a5e 100644
--- a/mod/dfrn_notify.php
+++ b/mod/dfrn_notify.php
@@ -249,10 +249,8 @@ function dfrn_notify_post(&$a) {
if($datarray['type'] == 'remote-comment') {
$php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
- $proc_debug = get_config('system','proc_debug');
-
- proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"comment-import\" \"$posted_id\" $proc_debug &",
+ proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"comment-import\" \"$posted_id\" &",
array(),$foo));
if(($importer['notify-flags'] & NOTIFY_COMMENT) && (! $importer['self'])) {