you can _so_ leave a group if you're its admin

This commit is contained in:
Evan Prodromou 2009-03-07 17:43:59 -08:00
parent ad83998f10
commit 7d7d78b7f7
1 changed files with 0 additions and 6 deletions

View File

@ -96,12 +96,6 @@ class LeavegroupAction extends Action
return false;
}
if ($cur->isAdmin($this->group)) {
$this->clientError(_('You may not leave a group while you are its administrator.'), 403);
return false;
}
return true;
}