Project:Media RSS
Version:6.x-2.9
Component:Code
Category:bug report
Priority:normal
Assigned:Microbe
Status:active

Issue Summary

Please change line 252 from

$thumbnailfilepath=$base_url.$itemImagefield['filepath'];;

to
$thumbnailfilepath=$base_url."/".$itemImagefield['filepath'];

(also one semicolon too much)

Comments

#1

Assigned to:Anonymous» Microbe

Will include this is next release. Thanks