mark notice pages as being archived

This commit is contained in:
Evan Prodromou 2010-05-03 11:23:01 -04:00
parent 45e6e537ca
commit 40618b49e1
1 changed files with 1 additions and 1 deletions

View 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;