fix PropelLogger stopwatch events

This commit is contained in:
Toni Uebernickel 2012-03-13 14:42:19 +01:00
parent 632077aa81
commit 235be43cd3

View File

@ -145,6 +145,7 @@ class PropelLogger
$add = false;
} elseif ($this->isPrepared) {
$this->isPrepared = false;
$this->stopwatch->stop($watch);
}
}