summaryrefslogtreecommitdiff
path: root/actions/grouplogo.php
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-23 10:37:04 +0100
committerEvan Prodromou <git@evanprodromou.name>2009-01-23 10:37:04 +0100
commite566b8929b20903426a9ea24dc03b2a5c4bc68c1 (patch)
tree362d5a4aeeb40b8128d732150f56e694b5b93cf6 /actions/grouplogo.php
parent32c9c03cdc8a5f5d5bf1da1d33c5e557b644316d (diff)
These aren't readonly
Diffstat (limited to 'actions/grouplogo.php')
-rw-r--r--actions/grouplogo.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/grouplogo.php b/actions/grouplogo.php
index 496b5d260..393070d5d 100644
--- a/actions/grouplogo.php
+++ b/actions/grouplogo.php
@@ -508,9 +508,4 @@ class GrouplogoAction extends Action
$nav = new GroupNav($this, $this->group);
$nav->show();
}
-
- function isReadOnly()
- {
- return true;
- }
}