Ignore:
Timestamp:
05/26/10 09:14:03 (14 years ago)
Author:
amuller
Message:

Ticket #1086 - Corrigindo caminho de inclusão do rsa.inc.php

File:
1 edited

Legend:

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

    r2851 r2857  
    732732                function removedir() 
    733733                { 
    734                         require_once('phpgwapi/inc/class.rsa.inc.php'); 
     734                        require_once(PHPGW_INCLUDE_ROOT.'/phpgwapi/inc/class.rsa.inc.php'); 
    735735                        $rsa = new rsa();                        
    736736                        $toRemove = $rsa->decode($this->path); 
Note: See TracChangeset for help on using the changeset viewer.