diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 73af559643..575eece61f 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -331,7 +331,7 @@ abstract class DBObject } } } - else + else if ($this->m_aCurrValues[$sAttCode] != $value) { // Setting an external key, but no any other information is available... // Invalidate the corresponding fields so that they get reloaded in case they are needed (See Get())