mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12694] Remove whitespace at end of line from acp_groups
PHPBB3-12694
This commit is contained in:
parent
694f8391c9
commit
afbf4ba296
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue