mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/15656] Add "View post" link in the mod logs on the ACP
This commit is contained in:
commit
1872e8f04b
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue