Created
February 22, 2016 04:27
-
-
Save hatimalam/4c5d6b97fe7c3d31c11b to your computer and use it in GitHub Desktop.
before save logic hook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$hook_version = 1; | |
$hook_array = array(); | |
$hook_array['before_save'] = array(); | |
$hook_array['before_save'][] = array( | |
1, | |
'Create Sugar Notification on any new post or comment', | |
'custom/modules/ActivityStream/Activities/customLogicHook.php', | |
'SugarNotifyUser', | |
'notify_user_on_post_comment' | |
); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment