mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix var name. see #6236
git-svn-id: https://develop.svn.wordpress.org/trunk@7334 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -107,7 +107,7 @@ class WP_Filesystem_ftpsockets{
|
||||
if( false !== $this->chdir($newbase) ){ //chdir sometimes returns null under certain circumstances, even when its changed correctly, FALSE will be returned if it doesnt change correctly.
|
||||
$base = $newbase;
|
||||
//Check to see if it exists in that folder.
|
||||
if( $wp_filesystem->exists($base . 'wp-settings.php') ){
|
||||
if( $this->exists($base . 'wp-settings.php') ){
|
||||
if($echo) printf( __('Found %s'), $base . 'wp-settings.php<br/>' );
|
||||
$this->wp_base = $base;
|
||||
return $this->wp_base;
|
||||
|
||||
Reference in New Issue
Block a user