Make WordPress Core

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)

13667.diff (485 bytes ) - added by reaperhulk 16 years ago.

Download all attachments as: .zip

Change History (2)

@reaperhulk
16 years ago

#1 @dd32
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [15086]) Reinstate the custom chmod value in FtpExt. Accidentally removed in r12998. Props reaperhulk. Fixes #13667

Note: See TracTickets for help on using tickets.