소스 검색

Stop watches - reset of deadlines whenever the SW is stopped

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

+ 1 - 1
core/ormstopwatch.class.inc.php

@@ -387,8 +387,8 @@ return false;
 					$aThresholdData['overrun'] = $iOverrun;
 				}
 				$aThresholdData['passed'] = true;
-				$aThresholdData['deadline'] = null;
 			}
+			$aThresholdData['deadline'] = null;
 		}
 
 		$this->iLastStart = null;