mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update posting.php
This commit is contained in:
parent
0c47bfe96f
commit
6a6f9f9609
@ -272,7 +272,7 @@ if ($mode == 'new_rel')
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Запрет на редактирование релиза с определенным статусом ($bb_cfg['tor_cannot_edit'])
|
// Запрет на редактирование релиза с определенным статусом ($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)
|
if (!empty($bb_cfg['tor_cannot_edit']) && $post_info['allow_reg_tracker'] && $post_data['first_post'] && !IS_AM)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user