Incorrect watchdog messages in image_EFFECT_effect() callback functions.

'%dimensions' => $image->info['height'] . 'x' . $image->info['height']
The right one is:
'%dimensions' => $image->info['width'] . 'x' . $image->info['height']

CommentFileSizeAuthor
#1 1036718.patch5.13 KBmontesq

Comments

montesq’s picture

Status: Active » Needs review
StatusFileSize
new5.13 KB

Let me propose this patch according to your observations

sweetchuck’s picture

Status: Needs review » Reviewed & tested by the community

Good job Montesq.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.