Ignore:
Timestamp:
11/25/10 09:57:14 (13 years ago)
Author:
rodsouza
Message:

Ticket #1371 - Corrige problema de reconstrução recursiva de pastas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/filemanager/inc/class.uifilemanager.inc.php

    r3436 r3534  
    11991199                        ); 
    12001200 
    1201                         $ls_array = $this->bo->vfs->ls($tmp_arr); 
     1201                        $ls_array = $this->bo->vfs->ls($tmp_arr,True); 
    12021202 
    12031203                        while(list($num, $dir) = each($ls_array)) 
Note: See TracChangeset for help on using the changeset viewer.