mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Show the actual error from Clublog if there is one
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user