summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-05-03 11:23:01 -0400
committerEvan Prodromou <evan@status.net>2010-06-01 13:52:27 -0700
commit40618b49e1d7bde1b348f3675b12e3f582884515 (patch)
tree7d2b1984f6782886204a2dbb289396030b53cdc5
parent45e6e537cacc23aedabb1c0b0518766de1041768 (diff)
mark notice pages as being archived
-rw-r--r--plugins/Sitemap/noticesitemap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Sitemap/noticesitemap.php b/plugins/Sitemap/noticesitemap.php
index bc8a7bfd6..9f323f72a 100644
--- a/plugins/Sitemap/noticesitemap.php
+++ b/plugins/Sitemap/noticesitemap.php
@@ -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;