mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update posting.php
This commit is contained in:
parent
f1199bc310
commit
6789fe6b80
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ if (!empty($bb_cfg['tor_cannot_edit']) && $post_info['allow_reg_tracker'] && $po
|
||||||
}
|
}
|
||||||
|
|
||||||
// Notify, allow robots indexing and anonymous mode
|
// 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;
|
$robots_indexing = $post_info['topic_allow_robots'] ?? true;
|
||||||
if ($submit || $refresh) {
|
if ($submit || $refresh) {
|
||||||
if (!IS_GUEST) {
|
if (!IS_GUEST) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue