Remove superfluous unset($this->session)
We already destroy the session, there is no need to unset it.
This commit is contained in:
@@ -40,7 +40,6 @@ class Xmlrpc extends MY_Controller {
|
|||||||
$this->load->model('server');
|
$this->load->model('server');
|
||||||
|
|
||||||
$this->session->sess_destroy();
|
$this->session->sess_destroy();
|
||||||
unset($this->session); // unload sessions
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user