Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
Fixes #75.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jun 15, 2016
1 parent 2d2c102 commit effe4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHPoole.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ protected function convertPages()
}
}
if ($countError > 0) {
call_user_func_array($this->messageCallback, ['CONVERT_PROGRESS', "Errors: $countError"]);
call_user_func_array($this->messageCallback, ['CONVERT_PROGRESS', sprintf("Errors: %s", $countError)]);
}
}

Expand Down

0 comments on commit effe4e9

Please sign in to comment.