Skip to content

Commit b92d708

Browse files
committed
Small fixes in the remoting class.
1 parent d77ca66 commit b92d708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remoting.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private function insertQuery($formdef_file, $client_id, $params)
174174

175175

176176

177-
return $insert_id
177+
return $insert_id;
178178
}
179179

180180

0 commit comments

Comments
 (0)