1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00

Fixed NettePanel output for multiple connections

This commit is contained in:
Ondrej Nespor
2012-02-05 01:22:53 +01:00
committed by David Grudl
parent a20ba29b13
commit 24511a1d96
3 changed files with 15 additions and 5 deletions

View File

@@ -96,6 +96,7 @@ class DibiEvent
$this->time += microtime(TRUE);
dibi::$elapsedTime = $this->time;
dibi::$totalTime += $this->time;
$this->connection->totalTime += $this->time;
return $this;
}