#16 에디터 컴포넌트에 그룹별 사용 권한을 적용할 수 있도록 코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3475 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 03:40:36 +00:00
parent 1740ebb83c
commit 566a3ff8b5
5 changed files with 68 additions and 12 deletions

View file

@ -85,6 +85,9 @@
unset($extra_vars->component_name);
unset($extra_vars->module);
unset($extra_vars->act);
unset($extra_vars->body);
if($extra_vars->target_group) $extra_vars->target_group = explode('|@|', $extra_vars->target_group);
$args->component_name = $component_name;
$args->extra_vars = serialize($extra_vars);