mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
r488
Fix posting.tpl git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@488 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
10abc26797
commit
f7cc97c670
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ if ($submit || $refresh)
|
|||
}
|
||||
else
|
||||
{
|
||||
$to_draft = ($bb_cfg['status_of_draft']) ? $post_info['is_draft'] : false ;
|
||||
$to_draft = ($bb_cfg['status_of_draft'] && $mode == 'editpost') ? $post_info['is_draft'] : false ;
|
||||
$notify_user = bf($userdata['user_opt'], 'user_opt', 'notify');
|
||||
if (!IS_GUEST && $mode != 'newtopic' && !$notify_user)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue