FIX: Remove orphelan $this->db->rollback() in the function insertExtrafields()
This commit is contained in:
parent
30ed312913
commit
05a0c775b6
@ -6314,7 +6314,6 @@ abstract class CommonObject
|
||||
$new_array_options[$key] = $object->id;
|
||||
} else {
|
||||
$this->error = "Id/Ref '".$value."' for object '".$object->element."' not found";
|
||||
$this->db->rollback();
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user