mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
#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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user