Closed (fixed)
Project:
Simple XML sitemap
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2015 at 19:49 UTC
Updated:
6 Nov 2015 at 16:37 UTC
Jump to comment: Most recent
Comments
Comment #2
victorcpereira commentedComment #4
gbyteHi, the problem was not overriding the variable, as it gets saved as object property. The problem was the += operator which apparently doesn't work with arrays as I would expect. Fixed in dev and stable release created.
Thanks for catching the bug!