mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-13 07:22:13 +09:00
Merge remote-tracking branch 'refs/remotes/origin/pr/member-engilsh-lang' into pr/document-update-log
This commit is contained in:
commit
de127f27f8
2 changed files with 2 additions and 1 deletions
|
|
@ -660,6 +660,7 @@ class documentController extends document
|
|||
// Change not extra vars but language code of the original document if document's lang_code doesn't exist.
|
||||
if(!$source_obj->get('lang_code'))
|
||||
{
|
||||
$lang_code_args = new stdClass();
|
||||
$lang_code_args->document_srl = $source_obj->get('document_srl');
|
||||
$lang_code_args->lang_code = Context::getLangType();
|
||||
$output = executeQuery('document.updateDocumentsLangCode', $lang_code_args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue