We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccd8db commit e844c3bCopy full SHA for e844c3b
inc/plugins/rexshop.php
@@ -1243,7 +1243,7 @@ function rexshop_fetch_products($acp = false)
1243
}
1244
1245
if (mb_strtolower($addon['name']) === 'onlyusergroups' || mb_strtolower($addon['name']) === 'onlyusergroup') {
1246
- if (! in_array((int) $mybb->user['usergroup'], $usergroupIds) {
+ if (! in_array((int) $mybb->user['usergroup'], $usergroupIds)) {
1247
continue 2;
1248
1249
} else if (mb_strtolower($addon['name']) === 'excludeusergroups' || mb_strtolower($addon['name']) === 'excludeusergroup') {
0 commit comments