8000 merged branch havvg/master (PR #3588) · symfony/symfony@e01106f · GitHub
[go: up one dir, main page]

Skip to content

Commit e01106f

Browse files
committed
merged branch havvg/master (PR #3588)
Commits ------- 235be43 fix PropelLogger stopwatch events Discussion ---------- fix PropelLogger "Event Propel Query X is not started." --------------------------------------------------------------------------- by willdurand at 2012-03-13T16:00:39Z :+1:
2 parents 632077a + 235be43 commit e01106f

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