From 6789fe6b80812fd0b61e14cedf6d42661a395be7 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 18 Aug 2024 21:10:56 +0700 Subject: [PATCH] Update posting.php --- posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posting.php b/posting.php index 76dab203d..3f89d7d9f 100644 --- a/posting.php +++ b/posting.php @@ -250,7 +250,7 @@ if (!empty($bb_cfg['tor_cannot_edit']) && $post_info['allow_reg_tracker'] && $po } // Notify, allow robots indexing and anonymous mode -$anonymous_mode = $post_info['post_anonymous_mode'] ?? (bool)bf($userdata['user_opt'], 'user_opt', 'user_anonymous'); +$anonymous_mode = $post_info['post_anonymous'] ?? (bool)bf($userdata['user_opt'], 'user_opt', 'user_anonymous'); $robots_indexing = $post_info['topic_allow_robots'] ?? true; if ($submit || $refresh) { if (!IS_GUEST) {