Skip to content

Commit

Permalink
fix(target): fix typo preventing requester groups being added to targets
Browse files Browse the repository at this point in the history
Thank you Ladenree76000

fix #767
  • Loading branch information
btry committed Nov 15, 2017
1 parent 9c94128 commit ececfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/targetbase.class.php
Expand Up @@ -263,7 +263,7 @@ protected function addActor($role, $user, $notify) {
protected function addGroupActor($role, $group) {
switch ($role) {
case 'requester':
$this->requesterGroupss['_groups_id_requester'][] = $group;
$this->requesterGroups['_groups_id_requester'][] = $group;
break;
case 'observer' :
$this->observerGroups['_groups_id_observer'][] = $group;
Expand Down

0 comments on commit ececfe3

Please sign in to comment.