Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51857, comment 12


Ignore:
Timestamp:
12/15/2020 07:07:07 AM (5 years ago)
Author:
afragen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51857, comment 12

    initial v1  
    11@audrasjb part of the issue is that I don't even know if this is issue. It does seem to solve this particular problem ( $dirlist returning false ).
    22
    3 I test by settings a breakpoint after `$dirlist = $wp_filesystem->dirlist( $from );` and then setting `$dirlist = false;` in VSCode.
     3I test by settings a breakpoint after `$dirlist = $wp_filesystem->dirlist( $from );` in `copy_dir()` and then setting `$dirlist = false;` in VSCode.
    44
    55I'm working on sending this failure data to dot org but I have no way to tell if they get it. I'll make another ticket for that.