mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
잘못된 변수 사용으로 최고 관리자도 삭제가 가능한 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4142 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
872e0890e2
commit
4d51ddc3ee
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@
|
|||
|
||||
<div class="tRight gap1">
|
||||
<a href="{getUrl('act','dispMemberAdminInsert')}" class="button"><span>{$lang->cmd_modify}</span></a>
|
||||
<!--@if($val->is_admin!='Y')-->
|
||||
<!--@if($member_info->is_admin!='Y')-->
|
||||
<a href="{getUrl('act','dispMemberAdminDeleteForm','member_srl',$member_info->member_srl)}" class="button"><span>{$lang->cmd_delete}</span></a>
|
||||
<!--@end-->
|
||||
<!--@if($module=="admin")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue