summaryrefslogtreecommitdiff
path: root/actions/grouplogo.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/grouplogo.php')
-rw-r--r--actions/grouplogo.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/grouplogo.php b/actions/grouplogo.php
index 393070d5d..496b5d260 100644
--- a/actions/grouplogo.php
+++ b/actions/grouplogo.php
@@ -508,4 +508,9 @@ class GrouplogoAction extends Action
$nav = new GroupNav($this, $this->group);
$nav->show();
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}