aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Session.php
diff options
context:
space:
mode:
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 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;