From 056649c33181a8c22c6e8a4722ab4f8beb91b8e5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Jan 2009 09:04:54 -0500 Subject: [PATCH] Mark showgroup as readonly action --- actions/showgroup.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 *