From: Evan Prodromou Date: Fri, 23 Jan 2009 08:51:10 +0000 (+0100) Subject: usergroups is read only X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=daf32e43cd100a6097bc5eaa55f5bf396d374dc5;p=quix0rs-gnu-social.git usergroups is read only --- diff --git a/actions/usergroups.php b/actions/usergroups.php index 20f2e5a758..748585e1d0 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -52,6 +52,11 @@ class UsergroupsAction extends Action var $page = null; var $profile = null; + function isReadOnly() + { + return true; + } + function title() { if ($this->page == 1) {