Fix PHP errors on logout
This commit is contained in:
@@ -183,6 +183,7 @@ class Access {
|
||||
}
|
||||
|
||||
$this->ci->session->sess_destroy();
|
||||
$this->ci->session->sess_create();
|
||||
|
||||
$this->ci->messages->add(_('Logged out successfully'), 'success');
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user