* Remove onlybody param.

This commit is contained in:
王怡栋
2024-05-07 18:13:04 +08:00
parent f24ecc64d8
commit 461112abd7
+1 -1
View File
@@ -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') : '###')
)
);
}