Skip to content
Snippets Groups Projects
Commit ee926b7d authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'patch-2' into 'stable-3.1'

client_get_id error correctly describes the condition.

See merge request ispconfig/ispconfig3!1045
parents 449be61e 85744b5e
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