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

Commit bd297d8

Browse files
author
Michael Grauer
committed
Issue callback upon community creation
1 parent fcc19a1 commit bd297d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/models/base/CommunityModelBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function createCommunity($name, $description, $privacy, $user, $canJoin =
226226
$feedpolicygroupModel->createPolicy($anonymousGroup, $feed, MIDAS_POLICY_READ);
227227
}
228228
}
229-
229+
Zend_Registry::get('notifier')->callback('CALLBACK_CORE_NEW_COMMUNITY_ADDED', array('community' => $communityDao));
230230
return $communityDao;
231231
}
232232

0 commit comments

Comments
 (0)