diff options
author | redmatrix <git@macgirvin.com> | 2016-04-23 22:55:45 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-23 22:55:45 -0700 |
commit | 0e348118860b63d417b4b0b4346c7e137ce787a7 (patch) | |
tree | 33a1fd4848144864851be276e758385e29985a29 /boot.php | |
parent | 5b3f536613d1db389a7194d4ebe4a23505af0573 (diff) | |
download | volse-hubzilla-0e348118860b63d417b4b0b4346c7e137ce787a7.tar.gz volse-hubzilla-0e348118860b63d417b4b0b4346c7e137ce787a7.tar.bz2 volse-hubzilla-0e348118860b63d417b4b0b4346c7e137ce787a7.zip |
add some missing hook entries to the doco
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |