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

SVN:2.2.0[3968]
This commit is contained in:
Romain Quetiez
2016-03-25 10:04:20 +00:00
parent f1456ef058
commit ae7daa6e56

View File

@@ -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)