summaryrefslogtreecommitdiff
path: root/actions/showfavorites.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-19 18:10:20 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-19 18:10:20 +0000
commit7c0286bfcc64525b85cafb68434f0689c03519bc (patch)
treef4a29fac34ac60bfd6781115329982be1ba2321b /actions/showfavorites.php
parent8b89fbb3f02553579c8dcfc9843ef47aff4d31b5 (diff)
Favorites is readonly
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r--actions/showfavorites.php11
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.