]> git.mxchange.org Git - friendica.git/commitdiff
"shadow" does not exist
authorMichael <heluecht@pirati.ca>
Tue, 19 Jun 2018 21:41:38 +0000 (21:41 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 19 Jun 2018 21:41:38 +0000 (21:41 +0000)
src/Model/Item.php

index 51f87948550d9f67e4a18f92053a1e8e02d7054f..f448c6ba7fabcd5428c1460705f4e3108da74bef 100644 (file)
@@ -296,7 +296,7 @@ class Item extends BaseObject
                        'file', 'location', 'coord', 'allow_cid', 'allow_gid', 'deny_cid', 'deny_gid',
                        'private', 'pubmail', 'moderated', 'visible', 'starred', 'bookmark',
                        'unseen', 'deleted', 'origin', 'forum_mode', 'mention',
-                       'rendered-hash', 'rendered-html', 'global', 'shadow', 'content-warning',
+                       'rendered-hash', 'rendered-html', 'global', 'content-warning',
                        'id' => 'item_id', 'network'];
 
                $fields['author'] = ['url' => 'author-link', 'name' => 'author-name',