소스 검색

Resetting the stop watch...do clean the first start date when it is not running!

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

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

@@ -259,6 +259,7 @@ class ormStopWatch
 	{
 		$this->iTimeSpent = 0;
 		$this->iStopped = null;
+		$this->iStarted = null;
 
 		foreach ($this->aThresholds as $iPercent => &$aThresholdData)
 		{