lat9 / sitemapxml

This Script generates an Sitemap as described sitemaps.org
Other
2 stars 2 forks source link

strict types error classes/sitemapxml: Cannot assign string to property zen_SiteMapXML::$default_language_id of type int classes\sitemapxml.php:139 #38

Closed torvista closed 7 months ago

torvista commented 9 months ago

if using strict types, as I always do... https://github.com/lat9/sitemapxml/blob/70db2e7d5653c6ac63f2aa94d7f84a9df00af6df/sitemapXML/includes/classes/sitemapxml.php#L131-L141

as $default_language_id is defined as int.

Also noted that $lng->catalog_languages is marked as deprecated for ZC2+.