proc_run, not proc_exec

This commit is contained in:
friendica 2013-08-22 14:59:17 -07:00
parent c102a4e428
commit 347faa59b6

View File

@ -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);