Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:ColdTrick/group_tools.git
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed May 25, 2021
2 parents 0a74a65 + f19a6e9 commit fa72604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/ColdTrick/GroupTools/TitleMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public static function groupInvite(\Elgg\Hook $hook) {

$menu_items[] = \ElggMenuItem::factory([
'name' => 'groups:invite',
'icon' => 'user-plus',
'href' => elgg_generate_url('invite:group:group', ['guid' => $entity->guid]),
'text' => $text,
'link_class' => 'elgg-button elgg-button-action',
Expand Down

0 comments on commit fa72604

Please sign in to comment.