From b65ce09f98dc77e7000b78410b5ba2a1f2cfc2bc Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 9 Dec 2022 12:24:09 +0000 Subject: [PATCH] wait #5637 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 99fc6f112..6c911d8e5 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -3517,7 +3517,7 @@ height="0" width="0" style="display:none;visibility:hidden"> $final = $hash . '.woff'; $dest = $this->wdir . '/' . $final; if (!file_exists($dest) || filemtime($dest) < filemtime($f)) { - $fontforge = new cubeCommandLine('convertrn.pe'); + $fontforge = new CubeIT_CommandLine('/application/fluidbook/tools/convertrn.pe'); $fontforge->setPath(CONVERTER_PATH); $fontforge->setArg(null, $f); $fontforge->setArg(null, $dest); -- 2.39.5