aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/upgrade.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/upgrade.php b/phpBB/upgrade.php
index 6b6717b80c..2dd7a1fa8b 100644
--- a/phpBB/upgrade.php
+++ b/phpBB/upgrade.php
@@ -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,