mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17093] Add space to fix phing sniffer error
PHPBB3-17093
This commit is contained in:
parent
54f9b95bea
commit
e55e2f17d3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue