From 17ef280b27ac5f65cb3cdbed5cbffbefd9819c94 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 14 Nov 2011 10:57:52 +0000 Subject: [PATCH] - Reload the object after applying a stimulus, in case an action has an effect on an external field... SVN:trunk[1667] --- core/dbobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 7afd11b94..1a35e3787 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -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*/);