check for access on RemoveGroup

This commit is contained in:
Uwe Steinmann 2016-04-13 08:51:34 +02:00
parent e527a6d176
commit 46602c744b

View File

@ -165,7 +165,7 @@ $(document).ready( function() {
?> ?>
<table class="table-condensed"> <table class="table-condensed">
<?php <?php
if($group) { if($group && $this->check_access('RemoveGroup')) {
?> ?>
<tr> <tr>
<td></td> <td></td>