Skip to content

Commit 85744b5

Browse files
committed
client_get_id error correctly describes the condition.
1 parent 449be61 commit 85744b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remote.d/client.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function client_get_id($session_id, $sys_userid)
108108
if(isset($rec['client_id'])) {
109109
return $app->functions->intval($rec['client_id']);
110110
} else {
111-
throw new SoapFault('no_client_found', 'There is no sysuser account for this client ID.');
111+
throw new SoapFault('no_client_found', 'There is no sys_user account with this userid.');
112112
return false;
113113
}
114114

0 commit comments

Comments
 (0)