]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Sitemap/noticesitemap.php
Merge branch 'sitemap' into newmaster
[quix0rs-gnu-social.git] / plugins / Sitemap / noticesitemap.php
index bc8a7bfd65489a0930b64ca44807fe79507810e2..9f323f72aaa79ea766e5c60bdb19dbe0314d6616 100644 (file)
@@ -75,7 +75,7 @@ class NoticesitemapAction extends SitemapAction
             $this->j++;
             return array(common_local_url('shownotice', array('notice' => $n[0])),
                          common_date_w3dtf($n[1]),
-                         null,
+                         'never',
                          null);
         } else {
             return null;