Upgrade should require less memory now
This commit is contained in:
parent
d9a4ef2234
commit
5f3ef30df9
1 changed files with 2 additions and 0 deletions
|
@ -350,11 +350,13 @@ HTML;
|
|||
$uid = null;
|
||||
$item = $vobj->getBaseComponent();
|
||||
if (!isset($item->UID)) {
|
||||
$vobj->destroy();
|
||||
continue;
|
||||
}
|
||||
$uid = (string)$item->UID;
|
||||
$stmt->execute([$uid, $row['id']]);
|
||||
$counter++;
|
||||
$vobj->destroy();
|
||||
|
||||
}
|
||||
$this->aSuccess[] = 'uid was recalculated for calendarobjects';
|
||||
|
|
Loading…
Add table
Reference in a new issue