Closed (outdated)
Project:
Media Gallery
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2013 at 16:21 UTC
Updated:
17 Sep 2018 at 13:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jsagotsky commentedBy the time we get to handling whether to render description or not, $media_gallery_detail was rendered with the image. It's included in the output and then we also add drupal_render_children($element). Since file is still in $element, it gets printed twice. All I did was unset($element['file']).
Comment #2
ivnish