proc_run path fix, affects cron

This commit is contained in:
Friendika 2011-04-05 05:19:25 -07:00
parent 21210fb0e7
commit b7cac3ca89
1 changed files with 1 additions and 0 deletions

View File

@ -2318,6 +2318,7 @@ function prepare_body($item) {
if(! function_exists('run_proc')) {
function proc_run($cmd){
$a = get_app();
$args = func_get_args();
call_hooks("proc_run", $args);