Project

General

Profile

Bug #104422

Updated by Mathias Brodala 9 days ago

The SEO extension uses the parameters @page@ `page` and @sitemap@ `sitemap` to distinguish, respectively, what page of a particular sitemap is to be displayed or what kind of sitemap is to be displayed. 

 These parameter names are fairly generic and could easily collide with other packages. This is not necessarily a big problem, unless one of the other packages needs one of the parameters (or both) to be excluded from cHash calculation. 

 In order to prevent such collisions, I propose that these parameters be renamed to @tx_seo[page]@ `tx_seo[page]` and @tx_seo[sitemap]@, `tx_seo[sitemap]`, respectively.

Back