diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-21 09:04:54 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-21 09:04:54 -0500 |
commit | 056649c33181a8c22c6e8a4722ab4f8beb91b8e5 (patch) | |
tree | 0e2697091b408ad16c0cfe31852b1d05b5d3bb8a /actions | |
parent | a7ea08b73adb313071a94cf8307f56b1018f39ee (diff) |
Mark showgroup as readonly action
Diffstat (limited to 'actions')
-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 |