mirror of
https://github.com/torrentpier/torrentpier.git
synced 2025-03-12 04:35:42 -07:00
Update posting.php
This commit is contained in:
parent
197a725ca2
commit
f1199bc310
@ -505,7 +505,9 @@ if (!IS_GUEST) {
|
||||
}
|
||||
|
||||
// Anonymous mode
|
||||
$template->assign_var('SHOW_ANONYMOUS_CHECKBOX');
|
||||
if (!IS_GUEST) {
|
||||
$template->assign_var('SHOW_ANONYMOUS_CHECKBOX');
|
||||
}
|
||||
|
||||
$topic_type_toggle = '';
|
||||
if ($mode == 'newtopic' || ($mode == 'editpost' && $post_data['first_post'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user