Ignore:
Timestamp:
01/29/13 13:32:25 (11 years ago)
Author:
douglas
Message:

Ticket #3324 - Eventos criados no módulo ExpressoCalendar? não criados no Thunderbird

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/prototype/modules/calendar/interceptors/DAViCalAdapter.php

    r7660 r7799  
    206206        {   
    207207            $args =  Controller::parse( array( 'service' => 'iCal' ) , $data , $params); 
    208             ob_start();                      
     208            ob_start();  
    209209            include ROOTPATH.'/Sync.php'; 
    210210            ob_end_clean(); 
     
    236236            require_once ROOTPATH.'/plugins/icalcreator/iCalcreator.class.php'; 
    237237             
    238             $vcalendar = new vcalendar( ); 
     238            $vcalendar = new icalCreatorVcalendar( ); 
    239239            $vcalendar->parse($data);  
    240240            $vcalendar->sort(); 
Note: See TracChangeset for help on using the changeset viewer.