The hook_theme declaration for this module erroneously declares the 'swf' variable as 'swf_object'. This makes it impossible to use it with render arrays, for example:

$element = array(
  '#theme' => 'swfembed_embed',
  '#swf' => $swf_object,
);

Patch to follow..

CommentFileSizeAuthor
#1 swfembed.1512168.patch389 bytesjamsilver

Comments

jamsilver’s picture

Assigned: jamsilver » Unassigned
Status: Needs work » Needs review
StatusFileSize
new389 bytes

Patch attached.