Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Fix to have LastMod time show up (Category DateLastComment --> DateUpdated)

edited April 2012 in Vanilla 2.0 - 2.8

I had to change

          'LastMod' => $Category['DateLastComment'], // line 107 in class.sitemaps.plugin.php

to

            'LastMod' => $Category['DateUpdated'],  // updated this to correct bug with above column incorrect name.

Since the category table did not have the 1st column name.

Sign In or Register to comment.