summaryrefslogtreecommitdiff
path: root/actions/tag.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/tag.php')
-rw-r--r--actions/tag.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/tag.php b/actions/tag.php
index cb6572b96..583879f9c 100644
--- a/actions/tag.php
+++ b/actions/tag.php
@@ -93,4 +93,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;
+ }
}