mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
r17468151 최고관리자의 기본 그룹 수정시 site_srl 입력 에러 나타나는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4926 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fd9d8e5135
commit
01f50fa7a3
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@
|
|||
break;
|
||||
case 'update' :
|
||||
$args = Context::gets('group_srl','title','description','is_default');
|
||||
$args->site_srl = 0;
|
||||
$output = $this->updateGroup($args);
|
||||
if(!$output->toBool()) return $output;
|
||||
$msg_code = 'success_updated';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue