diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-01-29 10:13:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-01-29 10:13:49 +0100 |
commit | 456207b4e75ee4b28b60e90b44ef758dc95b2ebc (patch) | |
tree | 6cc99de19810b5159687e18ea6f6f21f98d22c12 | |
parent | 39604d2fdc03a99e5c5463b2e3c09f131c760a18 (diff) | |
download | volse-hubzilla-456207b4e75ee4b28b60e90b44ef758dc95b2ebc.tar.gz volse-hubzilla-456207b4e75ee4b28b60e90b44ef758dc95b2ebc.tar.bz2 volse-hubzilla-456207b4e75ee4b28b60e90b44ef758dc95b2ebc.zip |
fix wrong function name and coding style
-rw-r--r-- | Zotlabs/Web/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/Session.php b/Zotlabs/Web/Session.php index 1ba120fa9..648f6b720 100644 --- a/Zotlabs/Web/Session.php +++ b/Zotlabs/Web/Session.php @@ -30,7 +30,7 @@ class Session { */ $custom_handler = $this->custom_handler; - call_hook('custom_session_handler',$custom_handler); + call_hooks('custom_session_handler', $custom_handler); $this->custom_handler = $custom_handler; |