mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Merge pull request #12927 from annando/warning
Handles warning: Undefined array key "gravity"
This commit is contained in:
commit
b481f37e31
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Edit extends BaseModule
|
||||||
}
|
}
|
||||||
|
|
||||||
$fields = [
|
$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'
|
'body', 'title', 'uri-id', 'wall', 'post-type', 'guid'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue