From: vincent@cubedesigners.com Date: Tue, 22 Feb 2022 09:45:45 +0000 (+0000) Subject: wait #5093 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a68892a3cb4eb2c344c99e36b1e7030a5b95eebc;p=cubeextranet.git wait #5093 @0.25 --- 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 d9a086227..53e5c8ed1 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -48,7 +48,7 @@ class wsHTML5Compiler 'js/libs/gsap/plugins/ScrollToPlugin.min.js', 'js/libs/gsap/utils/Draggable.min.js', 'js/libs/threejs/Tweenmax.threejs.js', - ], + ], 'hammer' => ['js/libs/hammer.min.js',], 'interactjs' => ['js/libs/interact.min.js'], 'gal' => @@ -490,7 +490,7 @@ class wsHTML5Compiler continue; } - $e = explode('-', $file->getFilename()); + $e = CubeIT_Text::multiExplode('_-', mb_strtolower($file->getFilename())); $ean = $this->findEAN($e); if (!$ean) { continue;