diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 18:25:22 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 18:25:22 +0000 |
commit | bf15df5b1951bc5dc327ec55d578b2ccdaf858a9 (patch) | |
tree | 79d2202a360e46bda3d999f9931a4314244087f0 /actions/showfavorites.php | |
parent | 93a5865b2bb4965847abb383a49059022ca3177a (diff) | |
parent | 0b9cda03d5c5d4dac96e862115a10bcb11c2a597 (diff) |
Merge branch 'master' of ../trunk
Diffstat (limited to 'actions/showfavorites.php')
-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. |