warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/default/modules/flashvideo/flashvideo.module on line 1058.

On line 1058 I found the following typo:

if($overide_params = ... )

Should of course be

if($override_params = ...)

Comments

travist’s picture

Status: Active » Fixed

Fixed with 2.8 rc1

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.