groups are readonly

This commit is contained in:
Evan Prodromou 2009-01-23 09:49:38 +01:00
parent 5f89b88650
commit cdd2032540
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@ class GroupsAction extends Action
var $page = null;
var $profile = null;
function isReadOnly()
{
return true;
}
function title()
{
if ($this->page == 1) {