projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be21ed1
)
public is readonly
author
Evan Prodromou
<git@evanprodromou.name>
Fri, 23 Jan 2009 08:42:23 +0000
(09:42 +0100)
committer
Evan Prodromou
<git@evanprodromou.name>
Fri, 23 Jan 2009 08:42:23 +0000
(09:42 +0100)
actions/public.php
patch
|
blob
|
history
diff --git
a/actions/public.php
b/actions/public.php
index f5380589aac0f2095fb4c05d231e0f24667ceb6d..47b8e16cd23d6803b6240409b54e1068c2aeabad 100644
(file)
--- 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
*