From 0e348118860b63d417b4b0b4346c7e137ce787a7 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 23 Apr 2016 22:55:45 -0700 Subject: add some missing hook entries to the doco --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index ed7429bc7..0cfd8d1c2 100755 --- a/boot.php +++ b/boot.php @@ -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; -- cgit v1.2.3