Merge pull request #12927 from annando/warning

Handles warning: Undefined array key "gravity"
This commit is contained in:
Philipp 2023-03-22 06:44:47 +01:00 committed by GitHub
commit b481f37e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Edit extends BaseModule
}
$fields = [
'allow_cid', 'allow_gid', 'deny_cid', 'deny_gid',
'allow_cid', 'allow_gid', 'deny_cid', 'deny_gid', 'gravity',
'body', 'title', 'uri-id', 'wall', 'post-type', 'guid'
];