Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

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