diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index faffaef1..f0ff8f12 100644 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -927,6 +927,8 @@ function worked_grid_before($gridsquare, $type, $band, $mode) if (isset($data['callsign']['error'])) { $data['error'] = $data['callsign']['error']; } + } else { + $data['error'] = 'No result (qrz not configured)'; } /*else { // Lookup using hamli $this->load->library('hamli');