mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
N°5909 - Fix iApplicationExtension not called when attachment is added
This commit is contained in:
@@ -523,7 +523,6 @@ abstract class CMDBObject extends DBObject
|
||||
public function DBUpdate()
|
||||
{
|
||||
if (count($this->ListChanges()) === 0) {
|
||||
$this->InitPreviousValuesForUpdatedAttributes();
|
||||
return $this->GetKey();
|
||||
}
|
||||
return parent::DBUpdate(); // TODO: Change the autogenerated stub
|
||||
|
||||
Reference in New Issue
Block a user