mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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);
|
returnData('json', $data, JSON_FORCE_OBJECT);
|
||||||
} else {
|
} else {
|
||||||
returnError('error_agents', 'No agents retrieved.');
|
returnError('error_agents', 'Alias did not match any agent.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user