diff --git a/core/models/base/CommunityModelBase.php b/core/models/base/CommunityModelBase.php index 23518941f..99545da0c 100644 --- a/core/models/base/CommunityModelBase.php +++ b/core/models/base/CommunityModelBase.php @@ -226,7 +226,7 @@ public function createCommunity($name, $description, $privacy, $user, $canJoin = $feedpolicygroupModel->createPolicy($anonymousGroup, $feed, MIDAS_POLICY_READ); } } - + Zend_Registry::get('notifier')->callback('CALLBACK_CORE_NEW_COMMUNITY_ADDED', array('community' => $communityDao)); return $communityDao; }