Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit e6490bb

Browse files
committed
STYLE: refs #231. Removing whitespace to ease the merge with master.
1 parent 51c60be commit e6490bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/controllers/CommunityController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ function manageAction()
4747
if($communityDao === false || !$this->Community->policyCheck($communityDao, $this->userSession->Dao, MIDAS_POLICY_WRITE))
4848
{
4949
throw new Zend_Exception("This community doesn't exist or you don't have the permissions.");
50-
}
51-
50+
}
5251
$formInfo = $this->Form->Community->createCreateForm();
5352
$formCreateGroup = $this->Form->Community->createCreateGroupForm();
5453

0 commit comments

Comments
 (0)