Revert "fix wrong function name and coding style"

This reverts commit 456207b4e7
This commit is contained in:
Mario 2019-01-29 21:16:16 +01:00
parent 456207b4e7
commit cd4d90c647

View File

@ -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;