]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
tag stream is read-only
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 11 Apr 2009 02:47:40 +0000 (22:47 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 11 Apr 2009 02:47:40 +0000 (22:47 -0400)
actions/tag.php

index d15f64498dc0c76e2fd1f5c47f20889c7e82ec37..c413bf8c34a7bd7cd49f459b44eb69e4f7e5c9da 100644 (file)
@@ -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;
+    }
 }