fix wrong function name and coding style
This commit is contained in:
parent
39604d2fdc
commit
456207b4e7
@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user