From: vincent@cubedesigners.com Date: Fri, 9 Dec 2022 12:24:09 +0000 (+0000) Subject: wait #5637 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b65ce09f98dc77e7000b78410b5ba2a1f2cfc2bc;p=cubeextranet.git wait #5637 --- 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);