mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
Fix several database issues
This commit is contained in:
parent
0c7c1efbd7
commit
60a6dfa23c
7 changed files with 43 additions and 30 deletions
|
@ -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()]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue