Fix notice about undefined variable

This commit is contained in:
Paul de Rosanbo 2016-01-21 14:05:14 +01:00
parent cfac9e72f2
commit f22b4b33df

View file

@ -37,7 +37,7 @@ class AtomFormat extends FormatAbstract{
$entryContent = is_null($data->content) ? '' : '<![CDATA[' . $this->sanitizeHtml(str_replace(']]>','',$data->content)) . ']]>';
// We generate a list of the enclosure links
$entryEnclosure = "";
$entryEnclosures = "";
foreach($data->enclosures as $enclosure) {