Skip to content

Commit

Permalink
Update lib/Api/Rss.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Walther <[email protected]>
  • Loading branch information
christophboecker and alxndr-w authored Aug 22, 2024
1 parent 6220f0d commit 2bae419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Api/Rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function execute(): rex_api_result
* @param rex_yform_manager_collection<Entry> $collection
* @api
*/
public static function getRssFeed(rex_yform_manager_collection $collection, string $domain, int $lang, string $description, string $filename): string|bool
public static function getRssFeed(rex_yform_manager_collection $collection, int $domain_id, int $lang, string $description, string $filename): string|bool
{
return self::createRssFeed($collection, $domain, $lang, $description, $filename);
}
Expand Down

0 comments on commit 2bae419

Please sign in to comment.