fix wrong function name and coding style

This commit is contained in:
Mario Vavti 2019-01-29 10:13:49 +01:00
parent 39604d2fdc
commit 456207b4e7

View File

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