diff --git a/classes/class-ci-model.php b/classes/class-ci-model.php index eb044b7..5c3e614 100644 --- a/classes/class-ci-model.php +++ b/classes/class-ci-model.php @@ -8,7 +8,7 @@ class CI_Model { public function __construct(){ $this->db =& opensid_ci_load_database(); $this->load = new OPENSID___FAKE_LOAD; - include_once OPENSID_APPPATH . '/donjo-sys/core/Input.php'; + include_once OPENSID_APPPATH . '/system/core/Input.php'; $this->input = new CI_Input; } @@ -18,4 +18,4 @@ function model($var){ function database($var){ return $var; } -} \ No newline at end of file +}