add some missing hook entries to the doco

This commit is contained in:
redmatrix
2016-04-23 22:55:45 -07:00
parent 5b3f536613
commit 0e34811886
2 changed files with 35 additions and 2 deletions

View File

@@ -1797,7 +1797,7 @@ function proc_run($cmd){
$arr = array('args' => $args, 'run_cmd' => true);
call_hooks("proc_run", $arr);
call_hooks('proc_run', $arr);
if(! $arr['run_cmd'])
return;