diff --git a/control/index.php b/control/index.php index 83b5d39..bc63cda 100644 --- a/control/index.php +++ b/control/index.php @@ -9,8 +9,8 @@ class index extends publicBase { public function home() { $id = $this->get('id'); - $mCase = new mCase(); - $data = $mCase->getCaseInfo($id); + $m_case = new mCase(); + $data = $m_case->getCaseInfo($id); $this->view['data'] = $data;