]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
mark notice pages as being archived
authorEvan Prodromou <evan@status.net>
Mon, 3 May 2010 15:23:01 +0000 (11:23 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 1 Jun 2010 20:52:27 +0000 (13:52 -0700)
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;