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

[ticket/9485] Add a "View post" link in the moderation logs

PHPBB3-9485
This commit is contained in:
Zoddo
2015-08-30 16:22:26 +02:00
parent 214c5c6d0b
commit 306fbf23a8
4 changed files with 52 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ class mcp_logs
{
$data = array();
$checks = array('viewtopic', 'viewforum');
$checks = array('viewpost', 'viewtopic', 'viewforum');
foreach ($checks as $check)
{
if (isset($row[$check]) && $row[$check])