Unload session library for API und XMLRpc
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
*/
|
||||
class Api extends CI_Controller {
|
||||
|
||||
/**
|
||||
* Unloads the session library.
|
||||
*/
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
unset($this->session);
|
||||
}
|
||||
|
||||
/**
|
||||
* Update the state of a given job.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user