diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 09:42:23 +0100 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 09:42:23 +0100 |
commit | ad929011a322349d4ef8e84b79f42e23c7ffc691 (patch) | |
tree | 8dc0358868806dfef27bba11dac31c3d716f7272 | |
parent | be21ed13b5160646cc4feb7c572d878bc0ee464d (diff) |
public is readonly
-rw-r--r-- | actions/public.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/public.php b/actions/public.php index f5380589a..47b8e16cd 100644 --- a/actions/public.php +++ b/actions/public.php @@ -56,6 +56,11 @@ class PublicAction extends Action var $page = null; + function isReadOnly() + { + return true; + } + /** * Read and validate arguments * |