aboutsummaryrefslogtreecommitdiffstats
path: root/mod/like.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-01-29 09:39:38 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-01-29 09:39:38 +0100
commit5b35ceefb96f7122f210e2160c45bb4f8b9917b8 (patch)
treeb687508bd7247100ac0dd51ecf36aed9ea97d5cd /mod/like.php
parent8257b1b684d2c6087a93ae690aa27c907e578aa3 (diff)
parent26cc2e02fe6e075cd35a3069edbc006219f5b435 (diff)
downloadvolse-hubzilla-5b35ceefb96f7122f210e2160c45bb4f8b9917b8.tar.gz
volse-hubzilla-5b35ceefb96f7122f210e2160c45bb4f8b9917b8.tar.bz2
volse-hubzilla-5b35ceefb96f7122f210e2160c45bb4f8b9917b8.zip
Merge branch 'friendika-master'
Diffstat (limited to 'mod/like.php')
-rw-r--r--mod/like.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/like.php b/mod/like.php
index 7b2097578..c78c1f030 100644
--- a/mod/like.php
+++ b/mod/like.php
@@ -102,8 +102,8 @@ function like_content(&$a) {
);
$php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
- proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"like\" \"$post_id\" &",
- array(),$foo));
+ //proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"like\" \"$post_id\" &", array(),$foo));
+ proc_run($php_path,"include/notifier.php","like","$post_id");
return;
}
@@ -176,8 +176,8 @@ EOT;
$php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
- proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"like\" \"$post_id\" &",
- array(),$foo));
+ //proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"like\" \"$post_id\" &", array(),$foo));
+ proc_run($php_path,"include/notifier.php","like","$post_id");
return; // NOTREACHED
} \ No newline at end of file