When cron runs I'm seeing the following notice in the logs:
Warning: Invalid argument supplied for foreach() in xmlsitemap_get_link_type_enabled_bundles() (line 937 of backdrop/modules/contrib/xmlsitemap/xmlsitemap.module).
I've tracked this down to the menu_link link type. During cron, this function returns nothing for the allowed bundles:
xmlsitemap_get_link_info('menu_link');
It looks like this submodule is treating a menu link like an entity, but it's not one in Backdrop. Going to see if I can clean this up...
When cron runs I'm seeing the following notice in the logs:
I've tracked this down to the
menu_link
link type. During cron, this function returns nothing for the allowed bundles:It looks like this submodule is treating a menu link like an entity, but it's not one in Backdrop. Going to see if I can clean this up...