Closed (duplicate)
Project:
ImageAPI
Version:
6.x-1.0-alpha2
Component:
ImageAPI Imagick
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2008 at 21:10 UTC
Updated:
22 Oct 2008 at 23:38 UTC
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.