Skip to content

Commit 3cfa863

Browse files
committed
Unable to load the requested class: Security
1 parent 9413b8b commit 3cfa863

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application/libraries/REST_Controller.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ public function __construct()
175175
// Set up our GET variables
176176
$this->_get_args = array_merge($this->_get_args, $this->uri->ruri_to_assoc());
177177

178-
$this->load->library('security');
179-
180178
// This library is bundled with REST_Controller 2.5+, but will eventually be part of CodeIgniter itself
181179
$this->load->library('format');
182180

0 commit comments

Comments
 (0)