From: Evan Prodromou Date: Wed, 21 Jan 2009 14:04:54 +0000 (-0500) Subject: Mark showgroup as readonly action X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=056649c33181a8c22c6e8a4722ab4f8beb91b8e5;p=quix0rs-gnu-social.git Mark showgroup as readonly action --- diff --git a/actions/showgroup.php b/actions/showgroup.php index 1f66b7514c..f404c648d7 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -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 *