diff --git a/sites/all/modules/swftools/genericplayers.module b/sites/all/modules/swftools/genericplayers.module index d061122..ebfc2aa 100644 --- a/sites/all/modules/swftools/genericplayers.module +++ b/sites/all/modules/swftools/genericplayers.module @@ -105,7 +105,7 @@ function swftools_admin_generic_form() { * Implementation of swftools_flashvars hook. * */ -function genericplayers_swftools_flashvars($action, &$methods, &$vars) { +function genericplayers_swftools_flashvars($action, $methods, $vars) { // All we need to do is assign the 'file_url' variable to our preferred place on the flashvars array. if ($vars->othervars['file_url']) { $vars->flashvars['file_url'] = $vars->othervars['file_url'];