* [#60362,done,0.1h] Adjust tip.

This commit is contained in:
daitingting
2025-03-17 10:11:00 +08:00
committed by 谢杞钰
parent 8bfb5e9465
commit f2fd42e9b9
+3
View File
@@ -574,6 +574,9 @@ class doc extends control
helper::setcookie('lastDocModule', $moduleID);
if(!isset($_POST['lib']) && strpos($_POST['module'], '_') !== false) list($_POST['lib'], $_POST['module']) = explode('_', $_POST['module']);
if($_POST['type'] == 'chapter') $this->lang->doc->title = $this->lang->doc->chapterName;
$docData = form::data()
->setDefault('addedBy', $this->app->user->account)
->setDefault('editedBy', $this->app->user->account)