diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-19 14:53:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-19 14:53:13 +0200 |
commit | 4b300f82747d6e0d6643e381ac55f388340cf501 (patch) | |
tree | 4df75f445a9e130c3b0293f9eb59a655c2a4262b /include/notifier.php | |
parent | b54c4df74dd370c74d5822cdd00e0cf1ff52493f (diff) | |
download | volse-hubzilla-4b300f82747d6e0d6643e381ac55f388340cf501.tar.gz volse-hubzilla-4b300f82747d6e0d6643e381ac55f388340cf501.tar.bz2 volse-hubzilla-4b300f82747d6e0d6643e381ac55f388340cf501.zip |
fix typo in include/notifier.php
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index b7cea629d..385062f07 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -127,7 +127,7 @@ function notifier_run($argv, $argc){ if($s) { $perm_update = array('sender' => $s[0], 'recipient' => $r[0], 'success' => false, 'deliveries' => ''); - if($cmd == 'permission_create']) + if($cmd == 'permission_create') call_hooks('permissions_create',$perm_update); else call_hooks('permissions_update',$perm_update); |