Changeset 13488
- Timestamp:
- Apr 30, 2010, 4:25:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/pc_frontend/modules/communityTopic/templates/showSuccess.php
r12452 r13488 36 36 <?php include_component('communityTopicComment', 'list', array('communityTopic' => $communityTopic)) ?> 37 37 38 <?php if ($acl->isAllowed($sf_user->getMemberId(), null, 'add ')): ?>38 <?php if ($acl->isAllowed($sf_user->getMemberId(), null, 'addComment')): ?> 39 39 <?php 40 40 $options = array();
Note: See TracChangeset
for help on using the changeset viewer.