diff options
-rw-r--r-- | actions/showgroup.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index 1f66b7514..f404c648d 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -53,6 +53,17 @@ class ShowgroupAction extends Action var $page = null; /** + * Is this page read-only? + * + * @return boolean true + */ + + function isReadOnly() + { + return true; + } + + /** * Title of the page * * @return string page title, with page number |