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