aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Session.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-01-29 10:13:49 +0100
committerMario Vavti <mario@mariovavti.com>2019-01-29 10:13:49 +0100
commit456207b4e75ee4b28b60e90b44ef758dc95b2ebc (patch)
tree6cc99de19810b5159687e18ea6f6f21f98d22c12 /Zotlabs/Web/Session.php
parent39604d2fdc03a99e5c5463b2e3c09f131c760a18 (diff)
downloadvolse-hubzilla-456207b4e75ee4b28b60e90b44ef758dc95b2ebc.tar.gz
volse-hubzilla-456207b4e75ee4b28b60e90b44ef758dc95b2ebc.tar.bz2
volse-hubzilla-456207b4e75ee4b28b60e90b44ef758dc95b2ebc.zip
fix wrong function name and coding style
Diffstat (limited to 'Zotlabs/Web/Session.php')
-rw-r--r--Zotlabs/Web/Session.php2
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;