mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 14:47:35 +02:00
Fix notice about undefined variable
This commit is contained in:
@@ -37,7 +37,7 @@ class AtomFormat extends FormatAbstract{
|
|||||||
$entryContent = is_null($data->content) ? '' : '<![CDATA[' . $this->sanitizeHtml(str_replace(']]>','',$data->content)) . ']]>';
|
$entryContent = is_null($data->content) ? '' : '<![CDATA[' . $this->sanitizeHtml(str_replace(']]>','',$data->content)) . ']]>';
|
||||||
|
|
||||||
// We generate a list of the enclosure links
|
// We generate a list of the enclosure links
|
||||||
$entryEnclosure = "";
|
$entryEnclosures = "";
|
||||||
|
|
||||||
foreach($data->enclosures as $enclosure) {
|
foreach($data->enclosures as $enclosure) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user