mark notice pages as being archived
This commit is contained in:
parent
45e6e537ca
commit
40618b49e1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user