Mark showgroup as readonly action

This commit is contained in:
Evan Prodromou 2009-01-21 09:04:54 -05:00
parent a7ea08b73a
commit 056649c331
1 changed files with 11 additions and 0 deletions

View File

@ -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
*