Improve expire for item-content and item-activity

This commit is contained in:
Michael 2018-07-05 22:07:50 +00:00
parent 44e405d22b
commit 014eea8e12
2 changed files with 9 additions and 2 deletions

View file

@ -766,6 +766,10 @@ class Item extends BaseObject
dba::update('item', $item_fields, ['id' => $item['id']]);
}
}
} else {
if (empty($item['iaid'])) {
// To-Do
}
}
if (!empty($tags)) {