From b8c164607a50942ff302870196861c0b01acd0a4 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Fri, 20 Jun 2025 08:21:08 +0000 Subject: [PATCH] * [bug#63429] Change the language of module is empty tip when move template. --- module/doc/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/doc/control.php b/module/doc/control.php index 72cae84bcc..ee4386393f 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -1929,6 +1929,7 @@ class doc extends control $doc = $this->doc->getByID($docID); if(!empty($_POST)) { + $this->lang->doc->module = $this->lang->docTemplate->module; $data = form::data() ->setIF(!isset($_POST['lib']), 'lib', $doc->lib) ->setIF(!isset($_POST['module']), 'module', $doc->module)