summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 08:52:24 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 08:52:24 +0000
commit0aa2cb35f19fa52160331e9a3846fc9a37a8bc98 (patch)
tree1612445f9c7657f8800191be46312e0ed4e1a5aa /actions/public.php
parent6c9bbdb56174f106ceeebab9a4b6f0ee452ee17f (diff)
parent9c5ab86d0e9fd318eaa3767651975d85a9ffce1a (diff)
Merge branch 'master' of ../trunk
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php5
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
*