foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::SELF_FIRST) as $filename => $file) {

These need a leading slash.

CommentFileSizeAuthor
d8.local_.patch924 bytesalexpott
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Shivam Agarwal’s picture

Status: Needs review » Reviewed & tested by the community

Applied Cleanly! :) Thanks

  • webchick committed 491a2b8 on 8.0.x
    Issue #2463817 by alexpott: Drupal\Core\FileTransfer\Local should use a...
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.0.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.