Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Jun 5, 2014
1 parent e400897 commit d89f8c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion class.pop3.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ private function checkResponse($string)
* Also display debug output if it's enabled.
* @param $error
*/
private function setError($error) {
private function setError($error)
{
$this->errors[] = $error;
if ($this->do_debug >= 1) {
echo '<pre>';
Expand Down

0 comments on commit d89f8c2

Please sign in to comment.