diff options
| author | Tristan Darricau <tristan.darricau@gmail.com> | 2018-07-08 17:48:10 +0200 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@gmail.com> | 2018-07-08 17:48:10 +0200 |
| commit | 219e85c4e016a9d71987ff14fc0c1448fcd1c434 (patch) | |
| tree | 92c1bc36dc72f52c2f059edfe0cc02f8f89565e7 /phpBB/includes | |
| parent | 7f266a36644a4e72b72bdf50f8597268f9b4f67f (diff) | |
| parent | f800bc09f9af0969b3d4dc026fe8fc59142cff73 (diff) | |
| download | forums-219e85c4e016a9d71987ff14fc0c1448fcd1c434.tar forums-219e85c4e016a9d71987ff14fc0c1448fcd1c434.tar.gz forums-219e85c4e016a9d71987ff14fc0c1448fcd1c434.tar.bz2 forums-219e85c4e016a9d71987ff14fc0c1448fcd1c434.tar.xz forums-219e85c4e016a9d71987ff14fc0c1448fcd1c434.zip | |
Merge pull request #5217 from Zoddo/ticket/15656
[ticket/15656] Add "View post" link in the mod logs on the ACP
* github.com:/phpbb/phpbb:
[ticket/15656] Add "View post" link in the mod logs on the ACP
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/acp/acp_logs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_logs.php b/phpBB/includes/acp/acp_logs.php index 8c3fb66a70..f9bb35791c 100644 --- a/phpBB/includes/acp/acp_logs.php +++ b/phpBB/includes/acp/acp_logs.php @@ -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]) |
