diff options
-rw-r--r-- | actions/showfavorites.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php index d2c91c025..bb68f8d94 100644 --- a/actions/showfavorites.php +++ b/actions/showfavorites.php @@ -53,6 +53,17 @@ class ShowfavoritesAction extends Action var $page = null; /** + * Is this a read-only page? + * + * @return boolean true + */ + + function isReadOnly() + { + return true; + } + + /** * Title of the page * * Includes name of user and page number. |