init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -6,7 +6,7 @@ class Work extends CI_Controller | ... | @@ -6,7 +6,7 @@ class Work extends CI_Controller |
| 6 | 6 | ||
| 7 | public function __construct(){ | 7 | public function __construct(){ |
| 8 | parent::__construct(); | 8 | parent::__construct(); |
| 9 | $this->load->model(); | 9 | // $this->load->model(); |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | /** | 12 | /** | ... | ... |
-
Please register or sign in to post a comment