Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 10374 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 10374 Rev 10376
Línea 235... Línea 235...
235
                $allowEdit = $acl->isAllowed($currentUser->usertype_id, 'high-performance-teams/groups/view/foro/categories/edit');
235
                $allowEdit = $acl->isAllowed($currentUser->usertype_id, 'high-performance-teams/groups/view/foro/categories/edit');
236
                $allowDelete = $acl->isAllowed($currentUser->usertype_id,'high-performance-teams/groups/view/foro/categories/delete');
236
                $allowDelete = $acl->isAllowed($currentUser->usertype_id,'high-performance-teams/groups/view/foro/categories/delete');
237
                $allowView = $acl->isAllowed($currentUser->usertype_id,'high-performance-teams/groups/view');
237
                $allowView = $acl->isAllowed($currentUser->usertype_id,'high-performance-teams/groups/view');
Línea 238... Línea 238...
238
 
238
 
239
                if($highPerformanceTeamsGroupsMember->type==HighPerformanceTeamsGroupsMembers::TYPE_MODERATOR||$highPerformanceTeamsGroupsMember->type==HighPerformanceTeamsGroupsMembers::TYPE_USER){
239
                if($highPerformanceTeamsGroupsMember->type==HighPerformanceTeamsGroupsMembers::TYPE_MODERATOR||$highPerformanceTeamsGroupsMember->type==HighPerformanceTeamsGroupsMembers::TYPE_USER){
240
                    $$allowDelete=false;
240
                    $allowDelete=false;
241
                    $allowEdit=false;
241
                    $allowEdit=false;
Línea 242... Línea 242...
242
                }
242
                }