mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
46037cee9b
commit
0181abd265
@ -668,6 +668,7 @@ if ($userdata['user_level'] == GROUP_MEMBER || IS_AM)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Assign posting title & hidden fields
|
||||||
$page_title = '';
|
$page_title = '';
|
||||||
$hidden_form_fields = '<input type="hidden" name="mode" value="' . $mode . '" />';
|
$hidden_form_fields = '<input type="hidden" name="mode" value="' . $mode . '" />';
|
||||||
|
|
||||||
|
@ -1285,6 +1285,9 @@ else if ( $submit || $refresh || $mode != '' )
|
|||||||
$template->assign_block_vars('switch_privmsg', array());
|
$template->assign_block_vars('switch_privmsg', array());
|
||||||
$template->assign_var('POSTING_USERNAME');
|
$template->assign_var('POSTING_USERNAME');
|
||||||
|
|
||||||
|
//
|
||||||
|
// Assign posting title & hidden fields
|
||||||
|
//
|
||||||
$post_a = false;
|
$post_a = false;
|
||||||
if ( $mode == 'post' )
|
if ( $mode == 'post' )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user