We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb66c01 commit af239adCopy full SHA for af239ad
application/libraries/REST_Controller.php
@@ -170,7 +170,7 @@ public function __construct()
170
// Set up our GET variables
171
$this->_get_args = array_merge($this->_get_args, $this->uri->ruri_to_assoc());
172
173
- //$this->load->library('security');
+ $this->load->library('security');
174
175
// This library is bundled with REST_Controller 2.5+, but will eventually be part of CodeIgniter itself
176
$this->load->library('format');
0 commit comments