aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-01-29 21:16:16 +0100
committerMario <mario@mariovavti.com>2019-01-29 21:16:16 +0100
commitcd4d90c6479dad05e08faca2e9bbedc9b7710858 (patch)
tree903f93c54bb21796328e261c1a555d3846ae4ae4
parent456207b4e75ee4b28b60e90b44ef758dc95b2ebc (diff)
downloadvolse-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
-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;