diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 18:10:20 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 18:10:20 +0000 |
commit | 7c0286bfcc64525b85cafb68434f0689c03519bc (patch) | |
tree | f4a29fac34ac60bfd6781115329982be1ba2321b /actions | |
parent | 8b89fbb3f02553579c8dcfc9843ef47aff4d31b5 (diff) |
Favorites is readonly
Diffstat (limited to 'actions')
-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. |