s/existant/existent/
git-svn-id: http://svn.automattic.com/wordpress/trunk@13380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -334,7 +334,7 @@ class WP_Filesystem_FTPext extends WP_Filesystem_Base {
|
||||
|
||||
$list = @ftp_rawlist($this->link, '-a ' . $path, false);
|
||||
|
||||
if ( empty($list) ) // Empty array = non-existant folder(real folder will show . at least
|
||||
if ( empty($list) ) // Empty array = non-existent folder (real folder will show . at least)
|
||||
return false;
|
||||
|
||||
$dirlist = array();
|
||||
|
||||
Reference in New Issue
Block a user