8000 fix PropelLogger stopwatch events · symfony/symfony@235be43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 235be43

Browse files
committed
fix PropelLogger stopwatch events
1 parent 632077a commit 235be43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bridge/Propel1/Logger/PropelLogger.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public function debug($message)
145145

146146
$add = false;
147147
} elseif ($this->isPrepared) {
148+
$this->isPrepared = false;
148149
$this->stopwatch->stop($watch);
149150
}
150151
}

0 commit comments

Comments
 (0)
0