From a68892a3cb4eb2c344c99e36b1e7030a5b95eebc Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 22 Feb 2022 09:45:45 +0000 Subject: [PATCH] wait #5093 @0.25 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5