Show the actual error from Clublog if there is one

pull/302/head
Peter Goodhall 2019-06-20 16:31:00 +01:00
rodzic e351185bf1
commit 3aeb1e6fe6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -92,7 +92,7 @@ class Clublog extends CI_Controller {
$this->load->model('clublog_model');
$this->clublog_model->mark_qsos_sent();
} else {
echo "Error";
echo "Error ".$response;
}
}