Преглед на файлове

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)
 		{