From: vincent@cubedesigners.com Date: Sun, 21 Feb 2021 11:12:53 +0000 (+0000) Subject: wip #4240 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c171955272df3d177684ea4cd298da15069f5e1e;p=cubeextranet.git wip #4240 @1.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 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) {