Przeglądaj źródła

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 lat temu
rodzic
commit
4b0c57820a
1 zmienionych plików z 1 dodań i 1 usunięć
  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;