mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch 'develop-ascraeus' into develop
# By Marc Alexander # Via Dhruv Goel (1) and Marc Alexander (1) * develop-ascraeus: [ticket/12694] Remove whitespace at end of line from acp_groups
This commit is contained in:
commit
464a1190ea
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