1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #5524 from hanakin/ticket/15953

[ticket/15953] add reported pm message borders
This commit is contained in:
Marc Alexander
2019-03-31 11:09:07 +02:00
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');