summaryrefslogtreecommitdiff
path: root/actions/tag.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-14 19:14:39 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-14 19:14:39 +0000
commit0b3bd63a30fa9d47e5bf7e63e58b74ceffe36049 (patch)
tree70dc38865639b0d8a88d8b342e8677ce8caf952f /actions/tag.php
parent4c29cda000b4598cdf33d1ae81a53da06051a505 (diff)
parent41b247ac1ac1f7752f5449d772307d78a6102964 (diff)
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Diffstat (limited to 'actions/tag.php')
-rw-r--r--actions/tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tag.php b/actions/tag.php
index c413bf8c3..7f82c2a58 100644
--- a/actions/tag.php
+++ b/actions/tag.php
@@ -87,7 +87,7 @@ class TagAction extends Action
$this->page, 'tag', array('tag' => $this->tag));
}
- function isReadOnly()
+ function isReadOnly($args)
{
return true;
}