mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
- Bug fix ? DBInsertTracked should return the same value as DBInsert
SVN:code[40]
This commit is contained in:
@@ -194,8 +194,9 @@ abstract class CMDBObject extends DBObject
|
||||
public function DBInsertTracked(CMDBChange $oChange)
|
||||
{
|
||||
self::$m_oCurrChange = $oChange;
|
||||
$this->DBInsertTracked_Internal();
|
||||
$ret = $this->DBInsertTracked_Internal();
|
||||
self::$m_oCurrChange = null;
|
||||
return $ret;
|
||||
}
|
||||
|
||||
protected function DBInsertTracked_Internal()
|
||||
|
||||
Reference in New Issue
Block a user