Compare commits
3 Commits
ade02f4736
...
ae4f6b043a
Author | SHA1 | Date | |
---|---|---|---|
ae4f6b043a | |||
038f20549d | |||
4ea5ba96d9 |
@ -176,7 +176,7 @@ class CommunityController implements IAuthenticationRequired
|
||||
]);
|
||||
}
|
||||
|
||||
public function deleteCommunity(): ?IContent
|
||||
public function deleteCommunity(): IContent
|
||||
{
|
||||
if (!$this->checkPermission(\Container::$request->query('communitySlug'), true, $community, $ownCommunityMember)) {
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user