Closed (fixed)
Project:
Image Assist
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Mar 2006 at 12:22 UTC
Updated:
1 Apr 2006 at 20:02 UTC
When adding the img_assist link to the bottom of the textareas (img_assist_textarea and perhaps elsewhere) the $element['#suffix'] is overwritten instead of being appended. This can break other modules that try to add to the suffix to put their own code there.
Change (Line 109):
$element['#suffix'] = $output;
to $element['#suffix'] .= $output;
Comments
Comment #1
benshell commentedThanks, I fixed it and updated the repository.
Comment #2
(not verified) commented