Ignore:
Timestamp:
10/28/09 10:05:59 (15 years ago)
Author:
amuller
Message:

Ticket #597 - Melhorias no filemanager com correção de bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/class.uifilemanager.inc.php

    r1533 r1535  
    16281628 
    16291629                                if(!in_array($mime_type,$viewable)){ 
    1630                                         echo lang('Inpossbile to edit this file'); 
     1630                                        echo lang('Impossbile to edit this file'); 
    16311631                                        return False; 
    16321632                                } 
     
    16731673                                else 
    16741674                                { 
     1675                                        echo lang('Could not save %1', $this->path.'/'.$this->edit_file); 
    16751676                                        $this->messages[]=lang('Could not save %1', $this->path.'/'.$this->edit_file); 
    16761677                                } 
     
    17871788                                $ls_array = $this->bo->vfs->ls(array( 
    17881789                                        'string'        => $this->path.'/'.$this->file,//FIXME 
    1789                                         'relatives'     => array(RELATIVE_ALL), 
     1790                                        'relatives'     => array(RELATIVE_NONE), 
    17901791                                        'checksubdirs'  => False, 
    17911792                                        'nofiles'       => True 
Note: See TracChangeset for help on using the changeset viewer.