wysiwyg_imageupload.ajax.inc
#59 $output = $output.drupal_render($form);

should be

#59 $output .= $output.drupal_render($form);

Comments

eugenmayer’s picture

Status: Active » Fixed

will be fixed in 1.2

eugenmayer’s picture

released in 1.2

eugenmayer’s picture

Status: Fixed » Closed (fixed)