vbresults
Well-known member
- Affected version
- 2.3.2
Line 418:
This permission check shouldn't be here, someone being a team member has nothing to do with them being able to post in a resource category.
PHP:
return $user->hasResourceCategoryPermission(
$this->resource_category_id,
'add'
);
This permission check shouldn't be here, someone being a team member has nothing to do with them being able to post in a resource category.