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:
a7ea08b
)
Mark showgroup as readonly action
author
Evan Prodromou
<evan@controlyourself.ca>
Wed, 21 Jan 2009 14:04:54 +0000
(09:04 -0500)
committer
Evan Prodromou
<evan@controlyourself.ca>
Wed, 21 Jan 2009 14:04:54 +0000
(09:04 -0500)
actions/showgroup.php
patch
|
blob
|
history
diff --git
a/actions/showgroup.php
b/actions/showgroup.php
index 1f66b7514ce6cd2902a104bfd8a9aa8039ccf4a6..f404c648d723f2ac938116938c54dc3dabaa4f5b 100644
(file)
--- a/
actions/showgroup.php
+++ b/
actions/showgroup.php
@@
-52,6
+52,17
@@
class ShowgroupAction extends Action
/** page we're viewing. */
var $page = null;
+ /**
+ * Is this page read-only?
+ *
+ * @return boolean true
+ */
+
+ function isReadOnly()
+ {
+ return true;
+ }
+
/**
* Title of the page
*