Skip to content
Snippets Groups Projects
Commit 33014e3b authored by Helmo's avatar Helmo
Browse files

Add a default value for client_id

parent 03e39417
No related branches found
No related tags found
2 merge requests!860Stable 3.1,!845Add domains domain update API function
......@@ -225,7 +225,7 @@ class remoting_lib extends tform_base {
return $sql;
}
function getDataRecord($primary_id, $client_id) {
function getDataRecord($primary_id, $client_id = 0) {
global $app;
$escape = '`';
$this->loadUserProfile($client_id);
......
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