Make WordPress Core


Ignore:
Timestamp:
08/04/2008 09:01:09 PM (18 years ago)
Author:
westi
Message:

Plugin Install GSOC project first code drop. Props DD32 see #6015.

File:
1 edited

Legend:

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

    r8009 r8540  
    120120        }
    121121        function cwd() {
    122                 $cwd = ftp_pwd($this->link);
     122                $cwd = @ftp_pwd($this->link);
    123123                if( $cwd )
    124124                        $cwd = trailingslashit($cwd);
Note: See TracChangeset for help on using the changeset viewer.