You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
$body = $this->userSession->Dao->getFullName().' has added you to the <b>'.$community->getName().'</b> community on Midas Platform.<br/><br/><a href="'.$url.'/community/'.$community->getKey().'">Click here</a> to see the community.';
Copy file name to clipboardExpand all lines: core/views/community/manage.phtml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,7 @@ if ($this->isAdmin) {
287
287
?>
288
288
</div>
289
289
<hr>
290
-
<a href="javascript:;" id='createGroupLink'> <?phpecho$this->t('Create a new group') ?></a>, , <a href="javascript:;" id='addUserToGroupLink'> <?phpecho$this->t('Add user to group') ?></a>
290
+
<a href="javascript:;" id='createGroupLink'> <?phpecho$this->t('Create a new group') ?></a>, <a href="javascript:;" id='addUserToGroupLink'> <?phpecho$this->t('Add user to group') ?></a>, <a href="javascript:;" id='inviteUserToGroupLink'> <?phpecho$this->t('Invite user to group') ?></a>
0 commit comments