groups are readonly

This commit is contained in:
Evan Prodromou 2009-01-23 09:49:38 +01:00
parent 5f89b88650
commit cdd2032540

View File

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