mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:10:11 +00:00
Avoid "Trying to get property of non-object"
This commit is contained in:
parent
3e797547a3
commit
7d6933c898
4 changed files with 68 additions and 54 deletions
|
@ -51,7 +51,7 @@ class Item extends BaseObject
|
|||
'attach', 'tag', 'bookmark', 'deleted', 'extid',
|
||||
'allow_cid', 'allow_gid', 'deny_cid', 'deny_gid',
|
||||
'author-id', 'author-link', 'owner-link', 'contact-uid',
|
||||
'signed_text', 'signature', 'signer'];
|
||||
'signed_text', 'signature', 'signer', 'network'];
|
||||
|
||||
// Field list for "item-content" table that is mixed with the item table
|
||||
const MIXED_CONTENT_FIELDLIST = ['title', 'content-warning', 'body', 'location',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue