@@ 557-557 (lines=1) @@ | ||
554 | } |
|
555 | } |
|
556 | // Inert extra vars for multi-language support of title and contents. |
|
557 | if($extra_content->title) $this->insertDocumentExtraVar($obj->module_srl, $obj->document_srl, -1, $extra_content->title, 'title_'.Context::getLangType()); |
|
558 | if($extra_content->content) $this->insertDocumentExtraVar($obj->module_srl, $obj->document_srl, -2, $extra_content->content, 'content_'.Context::getLangType()); |
|
559 | } |
|
560 | // Update the category if the category_srl exists. |
|
@@ 558-558 (lines=1) @@ | ||
555 | } |
|
556 | // Inert extra vars for multi-language support of title and contents. |
|
557 | if($extra_content->title) $this->insertDocumentExtraVar($obj->module_srl, $obj->document_srl, -1, $extra_content->title, 'title_'.Context::getLangType()); |
|
558 | if($extra_content->content) $this->insertDocumentExtraVar($obj->module_srl, $obj->document_srl, -2, $extra_content->content, 'content_'.Context::getLangType()); |
|
559 | } |
|
560 | // Update the category if the category_srl exists. |
|
561 | if($source_obj->get('category_srl') != $obj->category_srl || $source_obj->get('module_srl') == $logged_info->member_srl) |