#976 The fix [3306] introduced a regression: Call to undefined function DBInsert()

SVN:trunk[3315]
This commit is contained in:
Romain Quetiez
2014-09-11 08:17:37 +00:00
parent 7ed60f711c
commit c8568af43b

View File

@@ -459,7 +459,7 @@ abstract class CMDBObject extends DBObject
}
else
{
$ret = $this>DBInsert();
$ret = $this->DBInsert();
}
return $ret;
}