usergroups is read only
This commit is contained in:
parent
cdd2032540
commit
daf32e43cd
|
@ -52,6 +52,11 @@ class UsergroupsAction 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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user