Fix typo in r13850. See #12232

git-svn-id: https://develop.svn.wordpress.org/trunk@13869 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-03-28 08:23:46 +00:00
parent 38e670f45b
commit 7eeb87b8d2
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ class WP_Filesystem_FTPext extends WP_Filesystem_Base {
$limit_file = false;
}
$pwd = @ftp_pwd();
$pwd = @ftp_pwd($this->link);
$chdir = @ftp_chdir($this->link, $path);
$list = @ftp_rawlist($this->link, '-a', false);
@ftp_chdir($this->link, $pwd);