From 6220f0df8e8f95998f6bf4079a7ae78c30c31c2c Mon Sep 17 00:00:00 2001 From: christophboecker Date: Thu, 22 Aug 2024 15:20:37 +0200 Subject: [PATCH] Update lib/Api/Rss.php Co-authored-by: Alexander Walther --- lib/Api/Rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Api/Rss.php b/lib/Api/Rss.php index 36ffd5a..ae3987e 100644 --- a/lib/Api/Rss.php +++ b/lib/Api/Rss.php @@ -72,7 +72,7 @@ public static function joinUrls(string $url1, string $url2): string * @param rex_yform_manager_collection $collection * @api */ - public static function createRssFeed(rex_yform_manager_collection $collection, string $domain, int $lang, string $description, string $filename = 'rss.neues.xml'): string|bool + public static function createRssFeed(rex_yform_manager_collection $collection, int $domain_id, int $lang, string $description, string $filename = 'rss.neues.xml'): string|bool { $xml = new SimpleXMLElement('');