From: Evan Prodromou Date: Sat, 11 Apr 2009 02:47:40 +0000 (-0400) Subject: tag stream is read-only X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=925ac16e1f878b44940b1a2970b91bcf9c09e314;p=quix0rs-gnu-social.git tag stream is read-only --- diff --git a/actions/tag.php b/actions/tag.php index d15f64498d..c413bf8c34 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -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; + } }