Skip to content

Commit

Permalink
Enabled Security
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Jan 10, 2013
1 parent cb66c01 commit af239ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/REST_Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function __construct()
// Set up our GET variables
$this->_get_args = array_merge($this->_get_args, $this->uri->ruri_to_assoc());

//$this->load->library('security');
$this->load->library('security');

// This library is bundled with REST_Controller 2.5+, but will eventually be part of CodeIgniter itself
$this->load->library('format');
Expand Down

0 comments on commit af239ad

Please sign in to comment.