]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Merge pull request #9995 from annando/issue-9948
[friendica.git] / mod / editpost.php
index 31f121bd546150f62563c77bb0657d765ccc8ec6..8ef15208457afe333e785401e7fb788a74d17e68 100644 (file)
@@ -46,7 +46,7 @@ function editpost_content(App $a)
        }
 
        $fields = ['allow_cid', 'allow_gid', 'deny_cid', 'deny_gid',
-               'type', 'body', 'title', 'uri-id', 'wall', 'post-type', 'guid'];
+               'body', 'title', 'uri-id', 'wall', 'post-type', 'guid'];
 
        $item = Post::selectFirstForUser(local_user(), $fields, ['id' => $post_id, 'uid' => local_user()]);