Compare commits
3 Commits
ae4f6b043a
...
ade02f4736
Author | SHA1 | Date | |
---|---|---|---|
ade02f4736 | |||
bb5b510315 | |||
1267cb3d95 |
@ -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