Favorites is readonly
This commit is contained in:
parent
8b89fbb3f0
commit
7c0286bfcc
@ -52,6 +52,17 @@ class ShowfavoritesAction extends Action
|
|||||||
/** Page of the faves we're on */
|
/** Page of the faves we're on */
|
||||||
var $page = null;
|
var $page = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Is this a read-only page?
|
||||||
|
*
|
||||||
|
* @return boolean true
|
||||||
|
*/
|
||||||
|
|
||||||
|
function isReadOnly()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Title of the page
|
* Title of the page
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user