fix oc-874
This commit is contained in:
parent
e44f9ab46e
commit
1b34bda76b
|
@ -136,7 +136,7 @@ class OC_VCategories {
|
||||||
if(!is_null($vobject)) {
|
if(!is_null($vobject)) {
|
||||||
$this->loadFromVObject($vobject, $sync);
|
$this->loadFromVObject($vobject, $sync);
|
||||||
} else {
|
} else {
|
||||||
OC_Log::write('core','OC_VCategories::rescan, unable to parse. ID: '.$value[0].', '.substr($value[1], 0, 50).'(...)', OC_Log::DEBUG);
|
OC_Log::write('core','OC_VCategories::rescan, unable to parse. ID: '.', '.substr($object, 0, 100).'(...)', OC_Log::DEBUG);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->save();
|
$this->save();
|
||||||
|
|
Loading…
Reference in New Issue