Opened 16 years ago
Closed 16 years ago
#13667 closed defect (bug) (fixed)
WP_Filesystem FTPExt mkdir doesn't chmod properly
| Reported by: | reaperhulk | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Filesystem API | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [15086]) Reinstate the custom chmod value in FtpExt. Accidentally removed in r12998. Props reaperhulk. Fixes #13667