diff --git a/posting.php b/posting.php index 8ac4b9c9..c9333347 100644 --- a/posting.php +++ b/posting.php @@ -668,6 +668,7 @@ if ($userdata['user_level'] == GROUP_MEMBER || IS_AM) } } +// Assign posting title & hidden fields $page_title = ''; $hidden_form_fields = ''; diff --git a/privmsg.php b/privmsg.php index 14a8c2d0..c1523a48 100644 --- a/privmsg.php +++ b/privmsg.php @@ -1285,6 +1285,9 @@ else if ( $submit || $refresh || $mode != '' ) $template->assign_block_vars('switch_privmsg', array()); $template->assign_var('POSTING_USERNAME'); + // + // Assign posting title & hidden fields + // $post_a = false; if ( $mode == 'post' ) {