summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-10 22:47:40 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-10 22:48:04 -0400
commit492704ba441dc0a3c1eca55d37d220e8ee3ed607 (patch)
treec2614f0f3f807b2f7b03fa571a57e0b96c63d086
parenta0a6a627e7c8f036588a3e3488fb1c273e3815c4 (diff)
tag stream is read-only
-rw-r--r--actions/tag.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/tag.php b/actions/tag.php
index d15f64498..c413bf8c3 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;
+ }
}