mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
"author-link" and "owner-link" aren't stored anymore in the item table
This commit is contained in:
parent
6dbbeaf8f6
commit
5f3f349006
2 changed files with 6 additions and 4 deletions
|
@ -1075,11 +1075,12 @@ class Item extends BaseObject
|
|||
return 0;
|
||||
}
|
||||
|
||||
//unset($item['author-link']);
|
||||
// These fields aren't stored anymore in the item table, they are fetched upon request
|
||||
unset($item['author-link']);
|
||||
unset($item['author-name']);
|
||||
unset($item['author-avatar']);
|
||||
|
||||
//unset($item['owner-link']);
|
||||
unset($item['owner-link']);
|
||||
unset($item['owner-name']);
|
||||
unset($item['owner-avatar']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue