Closed (fixed)
Project:
FlashVideo
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2008 at 11:30 UTC
Updated:
17 Jan 2009 at 05:10 UTC
after activating "intro video" the page shows no content.
i discovered the following error:
PHP Parse error: syntax error, unexpected T_IS_NOT_EQUAL in example.com/sites/all/modules/flashvideo/flashvideo.playlist.inc on line 69
looking at line 69 shows:
if(!$played_intro && $intro_video) != '') ) {
looks like a typo, following change fixed it for me:
if((!$played_intro && $intro_video) != '') {
Comments
Comment #1
attheshow commentedThis appears to be fixed in release 1.4.