mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13160] New line before comment block
PHPBB3-13160
This commit is contained in:
parent
9cc4d60b88
commit
1d49ccd920
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ $user->setup('viewtopic', $topic_data['forum_style']);
|
|||
$overrides_f_read_check = false;
|
||||
$overrides_forum_password_check = false;
|
||||
$topic_tracking_info = isset($topic_tracking_info) ? $topic_tracking_info : null;
|
||||
|
||||
/**
|
||||
* Event to apply extra permissions and to override original phpBB's f_read permission and forum password check
|
||||
* on viewtopic access
|
||||
|
|
Loading…
Add table
Reference in a new issue