diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 0731dcf98..0ba7ed717 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -2205,7 +2205,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)