Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reijnders committed Oct 17, 2018
1 parent 3c75844 commit a5c4ea6
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -131,8 +131,7 @@
}
break;
case 3:
if (obj.actor.account != undefined && obj.actor.account:w
.name == groupname)
if (obj.actor.account != undefined && obj.actor.account.name == groupname)
{
matchactor = true;
}
Expand Down

0 comments on commit a5c4ea6

Please sign in to comment.