Line 418:
PHP:
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.
Читать далее...