Maybe fix out of memory..?

This commit is contained in:
Thomas Tanghus 2012-06-25 19:42:38 +02:00
parent 2ad93849ab
commit b1f3364eee
1 changed files with 2 additions and 1 deletions

View File

@ -135,8 +135,9 @@ class OC_VCategories {
$vobject = OC_VObject::parse($object);
if(!is_null($vobject)) {
$this->loadFromVObject($vobject, $sync);
unset($vobject);
} else {
OC_Log::write('core','OC_VCategories::rescan, unable to parse. ID: '.', '.substr($object, 0, 100).'(...)', OC_Log::DEBUG);
OC_Log::write('core','OC_VCategories::rescan, unable to parse. ID: '.', '.substr($object, 0, 100).'(...)', OC_Log::DEBUG);
}
}
$this->save();