diff --git a/actions/showfavorites.php b/actions/showfavorites.php index d2c91c0250..bb68f8d94f 100644 --- a/actions/showfavorites.php +++ b/actions/showfavorites.php @@ -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 *