Opened 16 years ago
Closed 16 years ago
#13667 closed defect (bug) (fixed)
WP_Filesystem FTPExt mkdir doesn't chmod properly
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Filesystem API | Keywords: | has-patch |
| Focuses: | Cc: |
Description
the mkdir function inside WP_filesystem FTPExt takes a chmod octal, but doesn't actually pass it to the chmod function. I've attached a patch to fix it, so hopefully we can get it in before 3.0?
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [15086]) Reinstate the custom chmod value in FtpExt. Accidentally removed in r12998. Props reaperhulk. Fixes #13667