From: vincent@cubedesigners.com Date: Fri, 25 May 2018 14:12:39 +0000 (+0000) Subject: fix #2064 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fc3f8940f9d84c62d7352162ff931bd13019aa69;p=cubeextranet.git fix #2064 @0.5 --- diff --git a/inc/ws/Util/packager/class.ws.packager.html.php b/inc/ws/Util/packager/class.ws.packager.html.php index 6de1e858f..20c17ed34 100644 --- a/inc/ws/Util/packager/class.ws.packager.html.php +++ b/inc/ws/Util/packager/class.ws.packager.html.php @@ -23,6 +23,10 @@ class wsPackagerHTML extends wsPackager { protected function preparePackage() { parent::preparePackage(); + if($this->book->parametres->scorm_enable){ + $this->book->parametres->alwaysHTML5=true; + } + $this->_ext = $this->book->parametres->htmlExtension; if ($this->book->parametres->offlineExport && $this->book->parametres->pdfComplex) {