]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
Merge branch 'fabrixxm-master'
[friendica.git] / mod / follow.php
index b4e50fa451c9f9df4e2785ef9a525e0d23ccf20d..a90ae3f5127b7239994520655ed22d647b3b614f 100644 (file)
@@ -208,8 +208,8 @@ function follow_post(&$a) {
        // pull feed and consume it, which should subscribe to the hub.
 
        $php_path = ((x($a->config,'php_path') && strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
-       proc_close(proc_open("\"$php_path\" \"include/poller.php\" \"$contact_id\" &", array(), $foo));
-
+       //proc_close(proc_open("\"$php_path\" \"include/poller.php\" \"$contact_id\" &", array(), $foo));
+       proc_run($php_path,"include/poller.php","$contact_id");
 
        // create a follow slap