Skip to content

Commit

Permalink
chore: prevent php notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed May 15, 2020
1 parent 9a7d866 commit 54e285d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/default/plugins/group_tools/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@
echo elgg_view_module('info', elgg_echo('group_tools:settings:invite:title'), $invite_settings);

// group content settings
$group_content = '';

$group_content .= elgg_view_field([
'#type' => 'checkbox',
'#label' => elgg_echo('group_tools:settings:search_index'),
Expand Down

0 comments on commit 54e285d

Please sign in to comment.