]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
usergroups is read only
authorEvan Prodromou <git@evanprodromou.name>
Fri, 23 Jan 2009 08:51:10 +0000 (09:51 +0100)
committerEvan Prodromou <git@evanprodromou.name>
Fri, 23 Jan 2009 08:51:10 +0000 (09:51 +0100)
actions/usergroups.php

index 20f2e5a75831d94400b1879b4369b08091eb77e2..748585e1d05fbe98fc7611add04bf0a832540ac7 100644 (file)
@@ -52,6 +52,11 @@ class UsergroupsAction extends Action
     var $page = null;
     var $profile = null;
 
+    function isReadOnly()
+    {
+        return true;
+    }
+
     function title()
     {
         if ($this->page == 1) {