Closed (cannot reproduce)
Project:
MediaFront
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2011 at 13:48 UTC
Updated:
30 Sep 2011 at 15:33 UTC
The new loading throbber for images is showing as broken.
The path to the broken image is /mediafront/players/osmplayer/playertemplates/default/images/busy.gif
It should really be (it is missing the / between player and templates
/mediafront/players/osmplayer/player/templates/default/images/busy.gif
Comments
Comment #1
swirtLooks like $params['playerPath'] is being used as though the value is supposed to end with a / but it does not.
Comment #2
swirtFalse alarm. A double cache flush seemed to solve it.