In _imageapi_imagemagick_convert_exec()
Is:
watchdog('imageapi imagemagick', implode('
', $errors), WATCHDOG_ERROR);
Should be:
watchdog('imageapi imagemagick', implode('
', $errors), array(), WATCHDOG_ERROR);
| Comment | File | Size | Author |
|---|---|---|---|
| imageapi_watchdog.patch | 657 bytes | alex_b |
Comments
Comment #1
drewish commentedthanks for the bug report + patch but this was already fixed in #318224: Patch for i18n issues.
Comment #2
drewish commentedyou should grab the 1.0 release.