MS-PDRLKVHCADMG\Administrator 5 éve
szülő
commit
d399087d1b
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      api/application/controllers/Common.php

+ 1 - 0
api/application/controllers/Common.php

@@ -37,6 +37,7 @@ class Common extends CI_Controller {
     }
 
     public function login() {
+        $this->load->model('Company_model');
         $username = $this->input->post('username',true);
         $password = $this->input->post('password',true);
         $client_key = $this->input->post('client_key',true);