]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Mark showgroup as readonly action
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 21 Jan 2009 14:04:54 +0000 (09:04 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 21 Jan 2009 14:04:54 +0000 (09:04 -0500)
actions/showgroup.php

index 1f66b7514ce6cd2902a104bfd8a9aa8039ccf4a6..f404c648d723f2ac938116938c54dc3dabaa4f5b 100644 (file)
@@ -52,6 +52,17 @@ class ShowgroupAction extends Action
     /** page we're viewing. */
     var $page = null;
 
+    /**
+     * Is this page read-only?
+     *
+     * @return boolean true
+     */
+
+    function isReadOnly()
+    {
+        return true;
+    }
+
     /**
      * Title of the page
      *