1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15953] add reported pm borders

PHPBB3-15953
This commit is contained in:
hanakin
2019-03-04 20:56:35 -10:00
parent f2e39f7edd
commit 90b4ebab90
3 changed files with 5 additions and 1 deletions

View File

@@ -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');