* [bug#56575] fix doclib sortBy.

This commit is contained in:
dingyongliang
2024-10-30 14:52:44 +08:00
committed by 田淑杰
parent 7100da291f
commit 18d5ba07cb
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class doc extends control
$objectID = $lib->parent;
}
return $this->docZen->responseAfterCreateLib($type, $objectID, $libID, $lib->name);
return $this->docZen->responseAfterCreateLib($type, $objectID, $libID, $lib->name, $lib->orderBy);
}
$objects = array();