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

Commit e9b7b16

Browse files
author
Michael Grauer
committed
Conform with style guide
1 parent bd297d8 commit e9b7b16

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core/models/base/CommunityModelBase.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,11 @@ public function createCommunity($name, $description, $privacy, $user, $canJoin =
226226
$feedpolicygroupModel->createPolicy($anonymousGroup, $feed, MIDAS_POLICY_READ);
227227
}
228228
}
229-
Zend_Registry::get('notifier')->callback('CALLBACK_CORE_NEW_COMMUNITY_ADDED', array('community' => $communityDao));
229+
Zend_Registry::get('notifier')->callback(
230+
'CALLBACK_CORE_NEW_COMMUNITY_ADDED',
231+
array('community' => $communityDao)
232+
);
233+
230234
return $communityDao;
231235
}
232236

0 commit comments

Comments
 (0)