summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 08:59:54 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 08:59:54 +0000
commitbdbdc67957f58f9334f6d8b06ed7295cbc25a588 (patch)
treeac183cdf1245c6275ad097aae27493fce9df0e2e
parent927576e3f04106c2a8dfb65729e6943c80c96765 (diff)
parent25ff381486423e1611999a239a69e2712ac70576 (diff)
Merge branch 'master' of ../trunk
-rw-r--r--actions/groups.php5
-rw-r--r--actions/showstream.php5
-rw-r--r--actions/usergroups.php5
3 files changed, 15 insertions, 0 deletions
diff --git a/actions/groups.php b/actions/groups.php
index 261f9b3aa..39dc2232b 100644
--- a/actions/groups.php
+++ b/actions/groups.php
@@ -51,6 +51,11 @@ class GroupsAction extends Action
var $page = null;
var $profile = null;
+ function isReadOnly()
+ {
+ return true;
+ }
+
function title()
{
if ($this->page == 1) {
diff --git a/actions/showstream.php b/actions/showstream.php
index 2fd56ad2e..c1ef8ba52 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -60,6 +60,11 @@ class ShowstreamAction extends Action
var $page = null;
var $profile = null;
+ function isReadOnly()
+ {
+ return true;
+ }
+
function title()
{
if ($this->page == 1) {
diff --git a/actions/usergroups.php b/actions/usergroups.php
index 20f2e5a75..748585e1d 100644
--- a/actions/usergroups.php
+++ b/actions/usergroups.php
@@ -52,6 +52,11 @@ class UsergroupsAction extends Action
var $page = null;
var $profile = null;
+ function isReadOnly()
+ {
+ return true;
+ }
+
function title()
{
if ($this->page == 1) {