From 7c0286bfcc64525b85cafb68434f0689c03519bc Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 19 Jan 2009 18:10:20 +0000 Subject: [PATCH] Favorites is readonly --- actions/showfavorites.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 *