Changeset 7334

Show
Ignore:
Timestamp:
03/16/08 18:18:35 (7 months ago)
Author:
ryan
Message:

Fix var name. see #6236

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/class-wp-filesystem-ftpsockets.php

    r7328 r7334  
    108108                $base = $newbase; 
    109109                //Check to see if it exists in that folder. 
    110                 if( $wp_filesystem->exists($base . 'wp-settings.php') ){ 
     110                if( $this->exists($base . 'wp-settings.php') ){ 
    111111                    if($echo) printf( __('Found %s'),  $base . 'wp-settings.php<br/>' ); 
    112112                    $this->wp_base = $base;