From 6a6f9f960963e9504c217d5f82330f6e3c507556 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 30 Dec 2023 14:38:24 +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 2665f7b0..124816fd 100644 --- a/posting.php +++ b/posting.php @@ -272,7 +272,7 @@ if ($mode == 'new_rel') } // Запрет на редактирование релиза с определенным статусом ($bb_cfg['tor_cannot_edit']) -if ($mode == 'edit') +if ($mode == 'editpost') { if (!empty($bb_cfg['tor_cannot_edit']) && $post_info['allow_reg_tracker'] && $post_data['first_post'] && !IS_AM) {