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