Update Logbook_model.php

pull/1407/head
Peter Goodhall 2022-02-18 14:19:05 +00:00
rodzic bfe1b38c86
commit b94eb1909b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -916,7 +916,7 @@ class Logbook_model extends CI_Model {
return $query;
}
function get_qsos($num, $offset, $StationLocationsArray) {
function get_qsos($num, $offset, $StationLocationsArray = null) {
if($StationLocationsArray == null) {
$CI =& get_instance();
$CI->load->model('logbooks_model');