diff --git providers/soundcloud.inc providers/soundcloud.inc index 0e65000..dc2ede5 100644 --- providers/soundcloud.inc +++ providers/soundcloud.inc @@ -231,7 +231,7 @@ function emaudio_soundcloud_audio($embed, $width, $height, $field, $item, &$node * @return * The html of the embedded audio. */ -function emaudio_soundcloud_preview($embed, $width, $height, $field, $item, &$node, $autoplay) { +function emaudio_soundcloud_preview($embed, $width, $height, $field, $item, $node, $autoplay) { return theme('emaudio_soundcloud_flash', $item, $embed, $width, $height, $autoplay, TRUE); }