Changeset 13610
- Timestamp:
- 07/17/10 06:09:43 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_mail_frontend/modules/communityEventComment/actions/actions.class.php
r13604 r13610 75 75 } 76 76 77 opCommunityTopicToolkit::sendNotificationMail($topic->getCommunity(), $topic->getId(), 'event', $topicComment->getMember()->getName(), $topic->getName(), $topicComment->getBody()); 78 77 79 return sfView::NONE; 78 80 } OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_mail_frontend/modules/communityTopicComment/actions/actions.class.php
r13604 r13610 75 75 } 76 76 77 opCommunityTopicToolkit::sendNotificationMail($topic->getCommunity(), $topic->getId(), 'topic', $topicComment->getMember()->getName(), $topic->getName(), $topicComment->getBody()); 78 77 79 return sfView::NONE; 78 80 }