diff --git a/application/controllers/Map.php b/application/controllers/Map.php index 356f4c74a..42b6bd946 100644 --- a/application/controllers/Map.php +++ b/application/controllers/Map.php @@ -72,7 +72,7 @@ class Map extends CI_Controller { $station_id = ($station_id === 'all') ? null : $station_id; try { - $qsos = $this->Map_model->get_qsos_by_country($country, $station_id, $limit); + $qsos = $this->Map_model->get_qsos_by_country($country, $station_id); if (empty($qsos)) { while (ob_get_level()) ob_end_clean();