git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3065 a333f486-631f-4898-b8df-5754b55c2be0
@@ -259,6 +259,7 @@ class ormStopWatch
{
$this->iTimeSpent = 0;
$this->iStopped = null;
+ $this->iStarted = null;
foreach ($this->aThresholds as $iPercent => &$aThresholdData)