mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Fixed problem with conversion of privmsgs and permissions of forums
git-svn-id: file:///svn/phpbb/trunk@1695 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ccb3b51048
commit
d4039c39a6
1 changed files with 2 additions and 1 deletions
|
@ -882,7 +882,7 @@ if(isset($next))
|
|||
if($row['msg_status'] == 1)
|
||||
{
|
||||
// Private message has been read
|
||||
$row['msg_status'] = PRIVMSGS_SAVED_IN_MAIL;
|
||||
$row['msg_status'] = PRIVMSGS_READ_MAIL;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -1157,6 +1157,7 @@ if(isset($next))
|
|||
auth_view = $auth_view,
|
||||
auth_read = $auth_read,
|
||||
auth_post = $auth_post,
|
||||
auth_reply = $auth_reply,
|
||||
auth_edit = $auth_edit,
|
||||
auth_delete = $auth_delete,
|
||||
auth_vote = $auth_vote,
|
||||
|
|
Loading…
Add table
Reference in a new issue