Changeset 7129

Show
Ignore:
Timestamp:
03/02/08 20:10:43 (9 months ago)
Author:
ryan
Message:

Fix file type

Files:

Legend:

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

    r7128 r7129  
    308308            $struc['time']      = date('h:i:s',$struc['lastmodunix']); 
    309309            $struc['type']      = $this->is_dir($path.'/'.$entry) ? 'd' : 'f'; 
    310             if('folder' == $struc['type'] ){ 
     310            if ('d' == $struc['type'] ){ 
    311311                $struc['files'] = array(); 
    312312