- Reload the object after applying a stimulus, in case an action has an effect on an external field...

SVN:trunk[1667]
This commit is contained in:
Denis Flaven
2011-11-14 10:57:52 +00:00
parent 017f767a6e
commit 17ef280b27

View File

@@ -153,7 +153,7 @@ abstract class DBObject
return true;
}
protected function Reload()
public function Reload()
{
assert($this->m_bIsInDB);
$aRow = MetaModel::MakeSingleRow(get_class($this), $this->m_iKey, false/*, $this->m_bAllowAllData*/);