summaryrefslogtreecommitdiff
path: root/actions/tag.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-12 21:41:20 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-12 21:41:20 +0000
commit6cfa587385c0ec47898d26dc8b850207ef3719a1 (patch)
tree8adff3c58febf71a34c1c69890e5cd6c29bd1574 /actions/tag.php
parente9e7671d5fbb6e3e66c8629ac78246cd9a47ceda (diff)
parent4237407cd9ba7b44be81cb506eddc4671605802a (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
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 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;
+ }
}