Changeset 5323 for trunk/filemanager


Ignore:
Timestamp:
01/06/12 16:00:02 (12 years ago)
Author:
niltonneto
Message:

Ticket #663 - Revertida alteração incorreta.

File:
1 edited

Legend:

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

    r5322 r5323  
    934934                } 
    935935 
    936                 if ($this->filename)/* && $this->bo->vfs->file_exists(array( 
     936                if ($this->filename && $this->bo->vfs->file_exists(array( 
    937937                                                'string' => $this->filename, 
    938938                                                'relatives' => array(RELATIVE_ALL) 
    939                                   ))) */{ 
     939                                  ))) { 
    940940                        if ($this->edit_file) { 
    941941                                $content = stripslashes($this->edit_file_content); 
Note: See TracChangeset for help on using the changeset viewer.