Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions classes/class-ci-model.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -18,4 +18,4 @@ function model($var){
function database($var){
return $var;
}
}
}