Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 24, 2017
1 parent 155a877 commit 3c61047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Mime/lib/Horde/Mime/Filter/Encoding.php
Expand Up @@ -72,7 +72,7 @@ public function filter($in, $out, &$consumed, $closing)
if (++$this->_crlf > 998) {
$this->params->body = 'binary';
break 2;
} else if ($chr > 127) {
} elseif ($chr > 127) {
$this->params->body = '8bit';
}
break;
Expand Down

0 comments on commit 3c61047

Please sign in to comment.