diff options
-rw-r--r-- | actions/showgroup.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index 5c72996bf..9dbad1127 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -268,14 +268,6 @@ class ShowgroupAction extends Action if ($cur->isMember($this->group)) { $lf = new LeaveForm($this, $this->group); $lf->show(); - if ($cur->isAdmin($this->group)) { - $edit = common_local_url('editgroup', - array('nickname' => $this->group->nickname)); - $this->element('a', - array('href' => $edit, - 'id' => 'group_admin'), - _('Admin')); - } } else { $jf = new JoinForm($this, $this->group); $jf->show(); |