diff --git a/api/application/controllers/Test.php b/api/application/controllers/Test.php index 814eb2f2..064d51f7 100644 --- a/api/application/controllers/Test.php +++ b/api/application/controllers/Test.php @@ -11,7 +11,7 @@ class Test extends REST_Controller { $this->load->helper(array('form', 'url')); //$this->load->model('test_model'); $this->load->library('asynclibrary'); - $this->load->library('aws_rekonition'); + $this->load->library('AWS_REKONITION'); $this->load->helper('MYUTIL'); }