From 3b4848c6bc5b2ad104ce7fe490cd79a359bd7c2a Mon Sep 17 00:00:00 2001 From: Ayi Sumarna Date: Sat, 6 Jan 2018 17:51:36 +0700 Subject: [PATCH] Penyesuaian dengan Opensid versi 2.8 Penyesuaian dengan Opensid versi 2.8 https://github.com/OpenSID/OpenSID/commit/d46f837dc4fd75bf1a5e5b20a03df398413eda1b --- classes/class-ci-model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}