mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
make error message more precise. can only happen here.
This commit is contained in:
@@ -67,8 +67,8 @@ class Hrdlog extends CI_Controller {
|
||||
//check for credential errors before accessing them
|
||||
if($result == false){
|
||||
$data['status'] = 'Credential_Error';
|
||||
$data['infomessage'] = __("HRD Log upload for this station is disabled or credentials not filled in completely.");
|
||||
$data['errormessages'] = array(__("HRD Log upload for this station is disabled or credentials not filled in completely."));
|
||||
$data['infomessage'] = __("HRD Log upload for this station is disabled.");
|
||||
$data['errormessages'] = array(__("HRD Log upload for this station is disabled."));
|
||||
echo json_encode($data);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user