mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Fix typo in r13850. See #12232
git-svn-id: http://svn.automattic.com/wordpress/trunk@13869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bee035af16
commit
28b30dec84
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user