From 461112abd7093ac37be9d7e16d20bbeeeed472a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Tue, 7 May 2024 18:12:04 +0800 Subject: [PATCH] * Remove onlybody param. --- module/doc/ui/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/ui/create.html.php b/module/doc/ui/create.html.php index 48d154d219..f61692ee98 100644 --- a/module/doc/ui/create.html.php +++ b/module/doc/ui/create.html.php @@ -21,7 +21,7 @@ if($docType != '' and strpos($config->doc->officeTypes, $docType) !== false) html ( sprintf($lang->doc->notSetOffice, zget($lang->doc->typeList, $docType), - common::hasPriv('custom', 'libreoffice') ? $this->createLink('custom', 'libreoffice', '', '', true) : '###') + common::hasPriv('custom', 'libreoffice') ? $this->createLink('custom', 'libreoffice') : '###') ) ); }