mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove unused variable
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user