Improve expire for item-content and item-activity
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user