Mark showgroup as readonly action
This commit is contained in:
parent
a7ea08b73a
commit
056649c331
|
@ -52,6 +52,17 @@ class ShowgroupAction extends Action
|
|||
/** page we're viewing. */
|
||||
var $page = null;
|
||||
|
||||
/**
|
||||
* Is this page read-only?
|
||||
*
|
||||
* @return boolean true
|
||||
*/
|
||||
|
||||
function isReadOnly()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Title of the page
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user