diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2014-06-11 22:43:06 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2014-06-11 22:43:06 +0530 |
commit | 1fdb47bb2052aaca568309be26056ba965379e07 (patch) | |
tree | 321f847a1ae941102a66de808ea0a7746281b0dd /phpBB | |
parent | 694f8391c9d3a948159ea2564e6bf4c606eb4053 (diff) | |
parent | afbf4ba2964b6ccc7d3b1ec3121fd8647a663baf (diff) | |
download | forums-1fdb47bb2052aaca568309be26056ba965379e07.tar forums-1fdb47bb2052aaca568309be26056ba965379e07.tar.gz forums-1fdb47bb2052aaca568309be26056ba965379e07.tar.bz2 forums-1fdb47bb2052aaca568309be26056ba965379e07.tar.xz forums-1fdb47bb2052aaca568309be26056ba965379e07.zip |
Merge pull request #2577 from marc1706/ticket/12694
[ticket/12694] Remove whitespace at end of line from acp_groups
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_groups.php b/phpBB/includes/acp/acp_groups.php index 973e0e65c5..f10f0b1015 100644 --- a/phpBB/includes/acp/acp_groups.php +++ b/phpBB/includes/acp/acp_groups.php @@ -513,7 +513,7 @@ class acp_groups 'test_variables', ); extract($phpbb_dispatcher->trigger_event('core.acp_manage_group_initialise_data', compact($vars))); - + foreach ($test_variables as $test => $type) { if (isset($submit_ary[$test]) && ($action == 'add' || $group_row['group_' . $test] != $submit_ary[$test] || isset($group_attributes['group_avatar']) && strpos($test, 'avatar') === 0 || in_array($test, $set_attributes))) |