diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2012-11-12 16:27:45 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2012-11-12 16:27:45 +0100 |
| commit | 940d768592f811e7509ca651f09de89e474cc359 (patch) | |
| tree | cdef2fe270d0884f8c4b4f9a924af49e2a9a188f /phpBB/includes/acp/acp_groups.php | |
| parent | 4c4b82416b8c7b3a8f97b12ca96699bea0bde91d (diff) | |
| download | forums-940d768592f811e7509ca651f09de89e474cc359.tar forums-940d768592f811e7509ca651f09de89e474cc359.tar.gz forums-940d768592f811e7509ca651f09de89e474cc359.tar.bz2 forums-940d768592f811e7509ca651f09de89e474cc359.tar.xz forums-940d768592f811e7509ca651f09de89e474cc359.zip | |
[feature/avatars] Fix coding guidelines infractions
Diffstat (limited to 'phpBB/includes/acp/acp_groups.php')
| -rw-r--r-- | phpBB/includes/acp/acp_groups.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_groups.php b/phpBB/includes/acp/acp_groups.php index 1109c64d00..656bf1546e 100644 --- a/phpBB/includes/acp/acp_groups.php +++ b/phpBB/includes/acp/acp_groups.php @@ -330,7 +330,8 @@ class acp_groups $submit_ary['founder_manage'] = isset($_REQUEST['group_founder_manage']) ? 1 : 0; } - if ($config['allow_avatar']) { + if ($config['allow_avatar']) + { // Handle avatar $driver = request_var('avatar_driver', ''); if (in_array($driver, $avatar_drivers) && $config["allow_avatar_$driver"]) |
