Ignore:
Timestamp:
05/17/12 17:39:29 (12 years ago)
Author:
niltonneto
Message:

Ticket #2507 - Corrigido problema referente ao atributo expressoVersion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/rest/mail/MessagesResource.php

    r6165 r6226  
    7575                        $msg['msgBodyResume'] = $imap_msg['msg_sample']['body']; 
    7676         
    77                         if($this->expressoVersion != "2.2") { 
     77                        if($this->getExpressoVersion() != "2.2") { 
    7878                                $msg['msgBodyResume'] =  base64_decode($msg['msgBodyResume']); 
    7979                        } 
Note: See TracChangeset for help on using the changeset viewer.