Removed usage of "tag" field

This commit is contained in:
Michael 2020-05-05 05:11:59 +00:00
parent 05cac4c186
commit b7e25d16e7
6 changed files with 13 additions and 80 deletions

View file

@ -2001,7 +2001,7 @@ class DFRN
}
$fields = ['title' => $item['title'] ?? '', 'body' => $item['body'] ?? '',
'tag' => $item['tag'] ?? '', 'changed' => DateTimeFormat::utcNow(),
'changed' => DateTimeFormat::utcNow(),
'edited' => DateTimeFormat::utc($item["edited"])];
$condition = ["`uri` = ? AND `uid` IN (0, ?)", $item["uri"], $importer["importer_uid"]];