ResetStopWatch could not be used as a lifecycle action: the symptom is "The action has failed".

SVN:trunk[3967]
This commit is contained in:
Romain Quetiez
2016-03-25 10:02:29 +00:00
parent 847c1d2736
commit 0104c3fe41

View File

@@ -2256,6 +2256,7 @@ abstract class DBObject implements iDisplay
$oSW = $this->Get($sAttCode); $oSW = $this->Get($sAttCode);
$oSW->Reset($this, $oAttDef); $oSW->Reset($this, $oAttDef);
$this->Set($sAttCode, $oSW); $this->Set($sAttCode, $oSW);
return true;
} }
/** /**