소스 검색

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1667 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 년 전
부모
커밋
e55827ab48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/dbobject.class.php

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