From 347faa59b6f112ae76122e55f57ee73968479d7a Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 22 Aug 2013 14:59:17 -0700 Subject: proc_run, not proc_exec --- mod/connect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/connect.php') diff --git a/mod/connect.php b/mod/connect.php index 5731d050d..1d0a21496 100644 --- a/mod/connect.php +++ b/mod/connect.php @@ -43,7 +43,7 @@ function connect_post(&$a) { intval(PAGE_PREMIUM), intval(local_user()) ); - proc_exec('php','include/notifier.php','refresh_all',$channel['channel_id']); + proc_run('php','include/notifier.php','refresh_all',$channel['channel_id']); } set_pconfig($channel['channel_id'],'system','selltext',$text); goaway(z_root() . '/' . $a->query_string); -- cgit v1.2.3