tag stream is read-only
This commit is contained in:
parent
fba0249932
commit
925ac16e1f
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user