From a3438524e9f730958c9b47d62c808c71fe06ade7 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 22 Mar 2023 05:15:29 +0000 Subject: [PATCH] Handles warning: Undefined array key "gravity" --- src/Module/Post/Edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Post/Edit.php b/src/Module/Post/Edit.php index 5fb339e179..0d6badf4da 100644 --- a/src/Module/Post/Edit.php +++ b/src/Module/Post/Edit.php @@ -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' ]; -- 2.39.5