kopia lustrzana https://github.com/magicbug/Cloudlog
Fix instanciation of Logbook_model
rodzic
c01705793b
commit
9b4b723dd4
|
@ -235,7 +235,7 @@ class Logbook extends CI_Controller {
|
|||
if($type == "SAT") {
|
||||
$this->db->where('COL_PROP_MODE', 'SAT');
|
||||
} else {
|
||||
$this->db->where('COL_MODE', $this->logbook_model->get_main_mode_from_mode($mode));
|
||||
$this->db->where('COL_MODE', $CI->logbook_model->get_main_mode_from_mode($mode));
|
||||
$this->db->where('COL_BAND', $band);
|
||||
$this->db->where('COL_PROP_MODE !=','SAT');
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue