Skip to content

Commit

Permalink
Fix passing the exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 24, 2018
1 parent ffd2cc4 commit 4666bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/Imap/Client/Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -4829,7 +4829,7 @@ protected function _responseCode(
$ob,
$pipeline
);
$e->messagePrintf(strval($ob->token));
$e->messagePrintf(array(strval($ob->token));
throw $e;
}
break;
Expand Down

0 comments on commit 4666bf5

Please sign in to comment.