Make WordPress Core

Changeset 15086


Ignore:
Timestamp:
06/01/2010 04:11:29 AM (16 years ago)
Author:
dd32
Message:

Reinstate the custom chmod value in FtpExt. Accidentally removed in r12998. Props reaperhulk. Fixes #13667

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-filesystem-ftpext.php

    r14120 r15086  
    250250                if ( !@ftp_mkdir($this->link, $path) )
    251251                        return false;
    252                 $this->chmod($path);
     252                $this->chmod($path, $chmod);
    253253                if ( $chown )
    254254                        $this->chown($path, $chown);
Note: See TracChangeset for help on using the changeset viewer.