mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
check for access on RemoveGroup
This commit is contained in:
parent
e527a6d176
commit
46602c744b
|
@ -165,7 +165,7 @@ $(document).ready( function() {
|
|||
?>
|
||||
<table class="table-condensed">
|
||||
<?php
|
||||
if($group) {
|
||||
if($group && $this->check_access('RemoveGroup')) {
|
||||
?>
|
||||
<tr>
|
||||
<td></td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user