From: Evan Prodromou Date: Mon, 19 Jan 2009 18:10:20 +0000 (+0000) Subject: Favorites is readonly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c0286bfcc64525b85cafb68434f0689c03519bc;p=quix0rs-gnu-social.git Favorites is readonly --- 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 *