r17468151 최고관리자의 기본 그룹 수정시 site_srl 입력 에러 나타나는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4926 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-20 01:11:13 +00:00
parent fd9d8e5135
commit 01f50fa7a3

View file

@ -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';