aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-23 22:55:45 -0700
committerredmatrix <git@macgirvin.com>2016-04-23 22:55:45 -0700
commit0e348118860b63d417b4b0b4346c7e137ce787a7 (patch)
tree33a1fd4848144864851be276e758385e29985a29 /boot.php
parent5b3f536613d1db389a7194d4ebe4a23505af0573 (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
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;