groups are readonly
This commit is contained in:
parent
5f89b88650
commit
cdd2032540
|
@ -51,6 +51,11 @@ class GroupsAction extends Action
|
|||
var $page = null;
|
||||
var $profile = null;
|
||||
|
||||
function isReadOnly()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
function title()
|
||||
{
|
||||
if ($this->page == 1) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user