소스 검색

ResetStopWatch could not be used as a lifecycle action: the symptom is "The action has failed".

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

+ 2 - 1
core/dbobject.class.php

@@ -2256,7 +2256,8 @@ abstract class DBObject implements iDisplay
 		$oSW = $this->Get($sAttCode);
 		$oSW->Reset($this, $oAttDef);
 		$this->Set($sAttCode, $oSW);
-	}	 	
+		return true;
+	}
 
 	/**
 	 * Lifecycle action: Recover the default value (aka when an object is being created)