corrected the url of the image
This commit is contained in:
parent
253799eb1e
commit
b5c0f1ac29
@ -377,8 +377,7 @@ function build_rssfile($format, $title, $desc, $events_array, $outputfile, $filt
|
||||
$tmpevent['author'] = $event->author_alias ? $event->author_alias : 'unknown';
|
||||
//$tmpevent['category'] = '';
|
||||
$tmpevent['desc'] = $event->description;
|
||||
$tmpevent['image'] = $event->image;
|
||||
|
||||
$tmpevent['image'] = $GLOBALS['website']->virtualhost.'/medias/'.$event->image;
|
||||
$event = $tmpevent;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user