after installing this new update, i get the parser error when i try to do a site status report
http://example.com/admin/reports/status
Parse error: syntax error, unexpected ')' in /example.com/drupal/sites/all/modules/xmlsitemap/xmlsitemap.install on line 161
Comments
Comment #1
nathanjo commentedYah, seems they forgot to remove the comma in line 160 and put closing semi-colon in line 161
Comment #2
leon85321 commentedYup,
Thank you, I was having the same problem too. Glad it works now.
Change Line 160-161
To
And it solves the problem.
Comment #3
avpadernoThis has been already fixed in CVS.