Changes between Initial Version and Version 1 of Ticket #55307, comment 11
- Timestamp:
- 03/05/2022 08:38:45 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55307, comment 11
initial v1 5 5 Then the `WP_Filesystem_FTPext::exists()` returns `! empty( $list );`. 6 6 7 `! false` === `true` === the file exists, so this shouldn't be causing theproblem here.7 `! true` === `false` === the file does not exist, so this is indeed causing a problem here.