diff options
Diffstat (limited to 'actions/grouplogo.php')
-rw-r--r-- | actions/grouplogo.php | 5 |
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; - } } |