Skip to content
Snippets Groups Projects
Commit 85744b5e authored by Jesse Norell's avatar Jesse Norell
Browse files

client_get_id error correctly describes the condition.

parent 449be61e
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class remoting_client extends remoting {
if(isset($rec['client_id'])) {
return $app->functions->intval($rec['client_id']);
} else {
throw new SoapFault('no_client_found', 'There is no sysuser account for this client ID.');
throw new SoapFault('no_client_found', 'There is no sys_user account with this userid.');
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment