+ Fix bug
This commit is contained in:
parent
c37a11d2e9
commit
244982009f
|
@ -2079,7 +2079,7 @@ class User_model extends CI_Model
|
|||
}
|
||||
|
||||
public function addConfigWallet($network_id , $type){
|
||||
$sql='INSERT INTO `iLink_test2`.`configWallet` (`id_network`, `type`) VALUES (?,?);' ;
|
||||
$sql='INSERT INTO `configWallet` (`id_network`, `type`) VALUES (?,?);' ;
|
||||
$query = $this->db->query($sql , array($network_id, $type));
|
||||
return $query;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue