mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
⚡ Remove unnecessary reload
This commit is contained in:
@@ -3494,6 +3494,7 @@ abstract class DBObject implements iDisplay
|
||||
|
||||
$this->m_bIsInDB = true;
|
||||
$this->m_bDirty = false;
|
||||
$this->m_bFullyLoaded = true;
|
||||
foreach ($this->m_aCurrValues as $sAttCode => $value) {
|
||||
if (is_object($value)) {
|
||||
$value = clone $value;
|
||||
|
||||
Reference in New Issue
Block a user