Plugin Install GSOC project first code drop. Props DD32 see #6015.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -119,7 +119,7 @@ class WP_Filesystem_FTPext extends WP_Filesystem_Base{
|
||||
return $ret;
|
||||
}
|
||||
function cwd() {
|
||||
$cwd = ftp_pwd($this->link);
|
||||
$cwd = @ftp_pwd($this->link);
|
||||
if( $cwd )
|
||||
$cwd = trailingslashit($cwd);
|
||||
return $cwd;
|
||||
|
||||
Reference in New Issue
Block a user