Favorites is readonly

This commit is contained in:
Evan Prodromou 2009-01-19 18:10:20 +00:00
parent 8b89fbb3f0
commit 7c0286bfcc
1 changed files with 11 additions and 0 deletions

View File

@ -52,6 +52,17 @@ class ShowfavoritesAction extends Action
/** Page of the faves we're on */
var $page = null;
/**
* Is this a read-only page?
*
* @return boolean true
*/
function isReadOnly()
{
return true;
}
/**
* Title of the page
*