From 08ebd6c132623e0d7d1d0ff6051160ebde86f229 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Tue, 24 Jun 2025 09:05:18 +0000 Subject: [PATCH] * [bug#63425] Convert the type of docID. --- module/doc/ui/templatelist.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/ui/templatelist.html.php b/module/doc/ui/templatelist.html.php index 5ccf0d2e79..93cfc714fd 100644 --- a/module/doc/ui/templatelist.html.php +++ b/module/doc/ui/templatelist.html.php @@ -94,7 +94,7 @@ docApp set::data($data), set::spaceID($spaceID), set::libID($libID), - set::docID($docID), + set::docID((int)$docID), set::docIcon('file-archive'), set::noSpace('hidden'), set::noModule(),