1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +02:00

[ticket/17093] Add space to fix phing sniffer error

PHPBB3-17093
This commit is contained in:
Christian Schnegelberger
2023-01-17 20:31:38 +01:00
parent 54f9b95bea
commit e55e2f17d3

View File

@@ -1051,7 +1051,7 @@ class acp_board
/** /**
* Board disable access for which group: admins: 0; plus global moderators: 1 and plus all moderators: 2 * Board disable access for which group: admins: 0; plus global moderators: 1 and plus all moderators: 2
*/ */
function board_disable_access($value, $key ='') function board_disable_access($value, $key = '')
{ {
global $user; global $user;