]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
According to @annando and @MrPetovan, $emailcc is no `item` field (column) and (...
[friendica.git] / src / Model / Item.php
index 0e01ff7b96b5f65fea46e451b1971470f8095464..d6635407dc75498412f59c651cda1b70d464fe77 100644 (file)
@@ -72,7 +72,7 @@ class Item extends BaseObject
                        'title', 'content-warning', 'body', 'location', 'coord', 'app',
                        'rendered-hash', 'rendered-html', 'object-type', 'object', 'target-type', 'target',
                        'author-id', 'author-link', 'author-name', 'author-avatar',
-                       'owner-id', 'owner-link', 'owner-name', 'owner-avatar', 'emailcc'];
+                       'owner-id', 'owner-link', 'owner-name', 'owner-avatar'];
 
        // Never reorder or remove entries from this list. Just add new ones at the end, if needed.
        // The item-activity table only stores the index and needs this array to know the matching activity.