* [bug#54079,done,0.1h] modify name.

This commit is contained in:
sunguangming
2024-08-16 14:40:41 +08:00
committed by 王怡栋
parent 14d9ad92e9
commit 18eceeb1ce
+1 -1
View File
@@ -221,7 +221,7 @@ class doc extends control
$lib = $this->doc->getLibByID($libID);
if(!empty($_POST))
{
$this->lang->doc->name = $this->lang->doclib->name;
$this->lang->doc->name = $this->lang->nameAB;
$libData = form::data()->get();
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));