From: vincent@cubedesigners.com Date: Tue, 27 Apr 2021 19:15:49 +0000 (+0000) Subject: wait #4435 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1542cb3e83ef8009216f8bcc75387a1615551f57;p=cubeextranet.git wait #4435 @0.5 --- 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 c8048cb36..bc5a1ad02 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -580,7 +580,7 @@ class wsHTML5Compiler $this->addJsLib('exceljs', 'js/libs/exceljs.min.js'); $this->addVideoJs(); - $this->config->basketReferences = wsUtil::excelToArrayKeyVars($this->wdir . '/commerce/' . $this->book->parametres->basketReferences); + $this->config->basketReferences = wsUtil::excelToArrayKeyVars($this->wdir . 'commerce/' . $this->book->parametres->basketReferences); wsLinks::getLinksAndRulersFromFile($this->book_id, $links, $rulers); foreach ($links as $link) { @@ -599,7 +599,7 @@ class wsHTML5Compiler $fname = trim($data[$file]); if ($fname !== '') { $fname = str_replace(' ', '-', $fname); - $wfile = $this->wdir . '/commerce/' . $fname; + $wfile = $this->wdir . 'commerce/' . $fname; if (file_exists($wfile)) { $fname = 'data/commerce/' . $fname; $this->vdir->copy($wfile, $fname);