Ignore:
Timestamp:
11/30/11 15:54:46 (12 years ago)
Author:
brunocosta
Message:

Ticket #2348 - Coloca uma "/" no arquivo temporário usado no desarquivamento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/inc/class.imap_functions.inc.php

    r5187 r5226  
    40604060        } 
    40614061        if($timestamp){ 
    4062             $tempDir = ini_get("session.save_path"); 
    4063             $file = $tempDir."imap_".$_SESSION[ 'phpgw_session' ][ 'session_id' ]; 
     4062            $tempDir = $_SESSION['phpgw_info']['server']['temp_dir']; 
     4063            $file = $tempDir."/imap_".$_SESSION[ 'phpgw_session' ][ 'session_id' ]; 
    40644064                $f = fopen($file,"w"); 
    40654065                fputs($f,base64_encode($source)); 
Note: See TracChangeset for help on using the changeset viewer.