From c171955272df3d177684ea4cd298da15069f5e1e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Sun, 21 Feb 2021 11:12:53 +0000 Subject: [PATCH] wip #4240 @1.5 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 58434ea76..7a8736860 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -438,7 +438,7 @@ class wsHTML5Compiler mkdir($odir, 0777, true); } - $it = CubeIT_Files::getDirectoryIterator($cdir . '/raw/'); + $it = CubeIT_Files::getDirectoryIterator($cdir ); $exts = ['png', 'jpg', 'tif', 'mp4']; foreach ($it as $file) { -- 2.39.5