diff --git a/lib/appconfig.php b/lib/appconfig.php index 3558c4e0..e56c5ecc 100644 --- a/lib/appconfig.php +++ b/lib/appconfig.php @@ -1307,7 +1307,8 @@ private function buildOnlyofficeFormats() { && $onlyOfficeFormat["mime"] && $onlyOfficeFormat["type"] && $onlyOfficeFormat["actions"] - && $onlyOfficeFormat["convert"]) { + && $onlyOfficeFormat["convert"] + ){ $result[$onlyOfficeFormat["name"]] = [ "mime" => $onlyOfficeFormat["mime"], "type" => $onlyOfficeFormat["type"],