The front page data are changed even when it should not be necessary.
Supposing that xmlsitemap_output() gets called 2 times in 10 minutes, and that in both the calls the sitemap needs to be updated, the front page will get a different value for $row->changed, which is in contrast with the value used for the front page change frequency that could be 3600 seconds.

Comments

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +release 6.x-1.1
Anonymous’s picture

Status: Postponed (maintainer needs more info) » Postponed

Updating status properly.

Anonymous’s picture

avpaderno’s picture

That depends on how hook_xmlsitemap_links() is implemented. The problem is not in which function the code is placed, but what the code does.

dave reid’s picture

Status: Postponed » Closed (won't fix)