mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#16 에디터 컴포넌트에 그룹별 사용 권한을 적용할 수 있도록 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3475 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1740ebb83c
commit
566a3ff8b5
5 changed files with 68 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue