diff --git a/application/controllers/Qso.php b/application/controllers/Qso.php index 60068177f..a3ae8a020 100755 --- a/application/controllers/Qso.php +++ b/application/controllers/Qso.php @@ -56,7 +56,6 @@ class QSO extends CI_Controller { if ($this->form_validation->run() == FALSE) { $data['page_title'] = "Add QSO"; - if (validation_errors() != '') { // we're coming from a failed ajax-call echo json_encode(array('message' => 'Error','errors' => validation_errors())); } else { // we're not coming from a POST