* [bug#61906] Change the error tip for template.

This commit is contained in:
xieqiyu
2025-04-28 16:26:53 +08:00
committed by 刘刚
parent 70862999b9
commit 949dd85b3b
+2
View File
@@ -653,6 +653,8 @@ class doc extends control
{
if(!empty($_POST))
{
$this->lang->doc->title = $_POST['type'] == 'chapter' ? $this->lang->doc->chapterName : $this->lang->docTemplate->title;
helper::setcookie('lastDocModule', $moduleID);
$docData = form::data()
->setDefault('addedBy', $this->app->user->account)