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

SVN:1.2[1665]
This commit is contained in:
Denis Flaven
2011-11-14 10:44:31 +00:00
parent 4598959bc2
commit d16308ab62

View File

@@ -154,7 +154,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*/);