Fixed error message
This commit is contained in:
parent
7f01f3d014
commit
64e80e6fee
|
@ -14261,7 +14261,7 @@ function api_get_agents_id_name_by_alias($alias, $strict, $trash2, $returnType)
|
|||
|
||||
returnData('json', $data, JSON_FORCE_OBJECT);
|
||||
} else {
|
||||
returnError('error_agents', 'No agents retrieved.');
|
||||
returnError('error_agents', 'Alias did not match any agent.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue