Change paths

This commit is contained in:
paolo
2016-05-04 16:20:26 +02:00
parent 85f3ea1dab
commit 28e1707b4e
4 changed files with 4 additions and 5 deletions
@@ -23,7 +23,7 @@ class Nation extends APIv1_Controller
{
parent::__construct();
// Load model PersonModel
$this->load->model('nation_model', 'NationModel');
$this->load->model('codex/nation_model', 'NationModel');
// Load set the uid of the model to let to check the permissions
$this->NationModel->setUID($this->_getUID());
}