Skip to content
Snippets Groups Projects

[RTFixed] Dev#176783 task#189903

Merged Henri-Damien LAURENT requested to merge dev#176783_task#189903 into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -248,7 +248,7 @@ class Class_WebService_SIGB_Decalog_Service extends Class_WebService_SIGB_Abstra
public function addPrefix(string $id) : string {
return $this->_record_id_prefix
? (string)$this->_record_id_prefix . $id)
? (string)$this->_record_id_prefix . $id
: $id;
}