mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 21:44:57 +02:00
[ticket/12694] Remove whitespace at end of line from acp_groups
PHPBB3-12694
This commit is contained in:
parent
694f8391c9
commit
afbf4ba296
@ -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…
x
Reference in New Issue
Block a user