aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2019-03-04 20:56:35 -1000
committerhanakin <midaym@gmail.com>2019-03-04 20:56:35 -1000
commit90b4ebab90be0260177676b98b7a1c64b9829166 (patch)
tree0aba0cc6d15e0f33dc92a167cf5042c831356ee3 /phpBB/includes/ucp
parentf2e39f7edd05b5d5fc0f7dd14f7b58126e59e3c1 (diff)
downloadforums-90b4ebab90be0260177676b98b7a1c64b9829166.tar
forums-90b4ebab90be0260177676b98b7a1c64b9829166.tar.gz
forums-90b4ebab90be0260177676b98b7a1c64b9829166.tar.bz2
forums-90b4ebab90be0260177676b98b7a1c64b9829166.tar.xz
forums-90b4ebab90be0260177676b98b7a1c64b9829166.zip
[ticket/15953] add reported pm borders
PHPBB3-15953
Diffstat (limited to 'phpBB/includes/ucp')
-rw-r--r--phpBB/includes/ucp/ucp_pm_viewfolder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_viewfolder.php b/phpBB/includes/ucp/ucp_pm_viewfolder.php
index 2acc528b9f..a0b535d683 100644
--- a/phpBB/includes/ucp/ucp_pm_viewfolder.php
+++ b/phpBB/includes/ucp/ucp_pm_viewfolder.php
@@ -39,7 +39,7 @@ function view_folder($id, $mode, $folder_id, $folder)
// Grab icons
$icons = $cache->obtain_icons();
- $color_rows = array('marked', 'replied');
+ $color_rows = array('message_reported', 'marked', 'replied');
$_module = new p_master();
$_module->list_modules('ucp');