diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 35a079e165..140ebe042b 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -2256,7 +2256,8 @@ abstract class DBObject implements iDisplay $oSW = $this->Get($sAttCode); $oSW->Reset($this, $oAttDef); $this->Set($sAttCode, $oSW); - } + return true; + } /** * Lifecycle action: Recover the default value (aka when an object is being created)