From: vincent@cubedesigners.com Date: Wed, 12 Jan 2022 10:59:12 +0000 (+0000) Subject: wip #5015 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=912f4e03df86bfa7a97fb99e72673c09efcb1081;p=cubeextranet.git wip #5015 --- 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 30fdca8d1..213f65ca0 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -375,6 +375,7 @@ class wsHTML5Compiler $this->config->rasterizePages = cubeArray::parseRange($this->config->rasterizePages); $this->config->vectorPages = array_diff(cubeArray::parseRange($this->config->vectorPages), $this->config->rasterizePages); $this->config->tabsHideOnPages = cubeArray::parseRange($this->config->tabsHideOnPages); + $this->config->tabsDisabledOnPages = cubeArray::parseRange($this->config->tabsDisabledOnPages); if ($this->config->tabsHideOnCover) { $this->config->tabsHideOnPages[] = 0; $this->config->tabsHideOnPages[] = 1;