#976: (removed some debug traces) make sure that we do not bypass the method that computes the reference for newly created tickets.

SVN:trunk[3307]
This commit is contained in:
Denis Flaven
2014-08-28 15:56:25 +00:00
parent 7b47e8c480
commit ed9ba815ab

View File

@@ -455,12 +455,10 @@ abstract class CMDBObject extends DBObject
{
if ($bDoNotReload)
{
IssueLog::Info('CMDBObject::DBInsertTracked_Internal(true)');
$ret = $this->DBInsertNoReload();
}
else
{
IssueLog::Info('CMDBObject::DBInsertTracked_Internal(false)');
$ret = $this>DBInsert();
}
return $ret;