diff options
author | Mario <mario@mariovavti.com> | 2019-01-29 21:16:16 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-01-29 21:16:16 +0100 |
commit | cd4d90c6479dad05e08faca2e9bbedc9b7710858 (patch) | |
tree | 903f93c54bb21796328e261c1a555d3846ae4ae4 /Zotlabs | |
parent | 456207b4e75ee4b28b60e90b44ef758dc95b2ebc (diff) | |
download | volse-hubzilla-cd4d90c6479dad05e08faca2e9bbedc9b7710858.tar.gz volse-hubzilla-cd4d90c6479dad05e08faca2e9bbedc9b7710858.tar.bz2 volse-hubzilla-cd4d90c6479dad05e08faca2e9bbedc9b7710858.zip |
Revert "fix wrong function name and coding style"
This reverts commit 456207b4e75ee4b28b60e90b44ef758dc95b2ebc
Diffstat (limited to 'Zotlabs')
-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 648f6b720..1ba120fa9 100644 --- a/Zotlabs/Web/Session.php +++ b/Zotlabs/Web/Session.php @@ -30,7 +30,7 @@ class Session { */ $custom_handler = $this->custom_handler; - call_hooks('custom_session_handler', $custom_handler); + call_hook('custom_session_handler',$custom_handler); $this->custom_handler = $custom_handler; |