Fix updated calls to File\Manager::scandir() in File and File\Dir #235
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#235
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that the
Hazaar\File\Manager
sits in between theHazaar\File
andHazaar\File\Dir
classes so that we can do failover, there are a couple of places I missed updating that still useHazaar\File\Manager::scandir()
in the old way. When it was the backend being called directly, the File/Dir class was responsible for generating the File/Dir objects. The manager does this now, so the few places that usescandir
that haven't yet been updated still expect the returned array to contain strings.mentioned in merge request !128
created merge request !128 to address this issue
mentioned in commit 303299b3f0432497eb6ad7f0d99a75fb27edd5b2