]> _ Git - cubeextranet.git/commitdiff
wip #4240 @1.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Sun, 21 Feb 2021 11:12:53 +0000 (11:12 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Sun, 21 Feb 2021 11:12:53 +0000 (11:12 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 58434ea768142b009e00231859125b859a187013..7a87368604a30e229a40a4e3ef13c127934848db 100644 (file)
@@ -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) {