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++; $this->j++;
return array(common_local_url('shownotice', array('notice' => $n[0])), return array(common_local_url('shownotice', array('notice' => $n[0])),
common_date_w3dtf($n[1]), common_date_w3dtf($n[1]),
null, 'never',
null); null);
} else { } else {
return null; return null;