summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;