In _imageapi_imagemagick_convert_exec()

Is:
watchdog('imageapi imagemagick', implode('
', $errors), WATCHDOG_ERROR);

Should be:
watchdog('imageapi imagemagick', implode('
', $errors), array(), WATCHDOG_ERROR);

CommentFileSizeAuthor
imageapi_watchdog.patch657 bytesalex_b

Comments

drewish’s picture

Status: Active » Closed (duplicate)

thanks for the bug report + patch but this was already fixed in #318224: Patch for i18n issues.

drewish’s picture

you should grab the 1.0 release.