Explorar el Código

make lib/vobject.php work with sabredav 1.6

tags/v4.0.0beta
Georg Ehrke hace 12 años
padre
commit
95fe159914
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/vobject.php

+ 1
- 1
lib/vobject.php Ver fichero

@@ -41,7 +41,7 @@ class OC_VObject{
*/
public static function parse($data){
try {
Sabre_VObject_Reader::$elementMap['LAST-MODIFIED'] = 'Sabre_VObject_Element_DateTime';
Sabre_VObject_Property::$classMap['LAST-MODIFIED'] = 'Sabre_VObject_Element_DateTime';
$vobject = Sabre_VObject_Reader::read($data);
if ($vobject instanceof Sabre_VObject_Component){
$vobject = new OC_VObject($vobject);

Cargando…
Cancelar
Guardar