1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 16:10:38 +01:00

[ticket/15656] Add "View post" link in the mod logs on the ACP

This link was added to the MCP view in GH-3870 (PHPBB3-9485) but I
completely forgot the ACP…

Consistency is back!

PHPBB3-15656
This commit is contained in:
Zoddo 2018-05-01 16:32:45 +02:00
parent 7c839470b7
commit f800bc09f9
No known key found for this signature in database
GPG Key ID: 43E8D68722C7D376

View File

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