Skip to content

Commit

Permalink
Fix parse error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 25, 2018
1 parent 0216b1e commit 7e155e8
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(array(strval($ob->token));
$e->messagePrintf(array(strval($ob->token)));
throw $e;
}
break;
Expand Down

0 comments on commit 7e155e8

Please sign in to comment.