tag stream is read-only

This commit is contained in:
Evan Prodromou 2009-04-10 22:47:40 -04:00
parent fba0249932
commit 925ac16e1f
1 changed files with 5 additions and 0 deletions

View File

@ -86,4 +86,9 @@ class TagAction extends Action
$this->pagination($this->page > 1, $cnt > NOTICES_PER_PAGE,
$this->page, 'tag', array('tag' => $this->tag));
}
function isReadOnly()
{
return true;
}
}