Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nieck committed Sep 26, 2023
1 parent 233b424 commit 0bedfae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Command/H5pBundleIncludeAssetsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ private function createFiles($fromDir, $toDir, $subDir, $subDirs, $copy)
private function recurseCopy($src, $dst)
{
$dir = opendir($src);
// Restrict the permission to 0750 not upper
@mkdir($dst);
while (false !== ($file = readdir($dir))) {
if (($file != '.') && ($file != '..')) {
Expand Down

0 comments on commit 0bedfae

Please sign in to comment.