fix #1040 모듈 extra_vars 저장 시 문제 고침

- 사이트맵에서 디자인 설정 변경 후 모듈 설정에 object 데이터로 인한 문제
This commit is contained in:
bnu 2014-12-02 18:47:37 +09:00
parent 1e70fc1d86
commit 1785fdd6d4

View file

@ -1015,6 +1015,8 @@ class moduleController extends module
foreach($obj as $key => $val)
{
if(is_object($val) || is_array($val)) continue;
$args = new stdClass();
$args->module_srl = $module_srl;
$args->name = trim($key);