Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/cs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 20, 2012
2 parents 8faecee + 82bebc4 commit 959f904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Log/Writer/FingersCrossed.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ protected function doWrite(array $event)
$this->writer->write($event);
return;
}

$this->buffer[] = $event;

if ($this->bufferSize > 0 && count($this->buffer) > $this->bufferSize) {
Expand All @@ -127,7 +127,7 @@ protected function doWrite(array $event)
if (!$this->isActivated($event)) {
return;
}

$this->buffering = false;

foreach ($this->buffer as $bufferedEvent) {
Expand Down

0 comments on commit 959f904

Please sign in to comment.