mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[feature/attachment-management-no-reassignment] Handle privacy and some more.
- restrict files info for PM attachments; - add an option to resync files stats if wrong; - replace post_id sorting with post type (PM/regular post) one; - some language fixes. PHPBB3-9721
This commit is contained in:
1
phpBB/includes/cache/service.php
vendored
1
phpBB/includes/cache/service.php
vendored
@@ -194,6 +194,7 @@ class phpbb_cache_service
|
||||
'max_filesize' => (int) $row['max_filesize'],
|
||||
'allow_group' => $row['allow_group'],
|
||||
'allow_in_pm' => $row['allow_in_pm'],
|
||||
'group_name' => $row['group_name'],
|
||||
);
|
||||
|
||||
$allowed_forums = ($row['allowed_forums']) ? unserialize(trim($row['allowed_forums'])) : array();
|
||||
|
Reference in New Issue
Block a user