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*/);