Skip to content

Commit

Permalink
guid isPermalink hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Jan 1, 2024
1 parent 704ab72 commit b7e1d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rex_api_neues_rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static function createRssFeed(rex_yform_manager_collection $collection, $
$item->addChild('description', htmlspecialchars(strip_tags($entry->getDescription())));
$item->addChild('link', self::joinUrls(rex::getServer(), $entry->getUrl()));
$item->addChild('pubDate', date('r', strtotime($entry->getPublishDate())));
$item->addChild('guid', self::joinUrls(rex::getServer(), $entry->getUrl()));
$item->addChild('guid', self::joinUrls(rex::getServer(), $entry->getUrl()))->addAttribute('isPermaLink', 'true');
}

// Speichern und ausgeben des XML
Expand Down

0 comments on commit b7e1d86

Please sign in to comment.