Closed (fixed)
Project:
MediaFront
Version:
7.x-2.0-rc5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2013 at 15:07 UTC
Updated:
16 Feb 2013 at 23:30 UTC
Came across an error in the logfiles:
Warning: Invalid argument supplied for foreach() in osmplayer_add_core_files() (regel 120 van mysite.net\sites\all\modules\mediafront\players\osmplayer\osmplayer.module).
Looking into the code:
foreach ($params['plugins'] as $name => &$plugin) {
changed it into
foreach ($params['plugins'] as $name => $plugin) {
and the error was gone and no differrence on the site .. everything worked.
Could anybody enlighten me on this issue?
Comments
Comment #1
travist commentedShould be fixed in latest DEV version.