Active
Project:
OG Forum D7
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2016 at 18:34 UTC
Updated:
25 Apr 2016 at 18:34 UTC
Jump to comment: Most recent
I am thinking that the array key should be 'moderate og forums'.
/**
* Implements hook_og_permission().
*/
function og_forum_og_permission() {
return array(
'moderate' => array(
'title' => t('Moderate the forum'),
'description' => t("Allow the user to moderate the group forum (Require Forum Access Module)"),
'default role' => array(OG_FORUM_MODERATOR, OG_ADMINISTRATOR_ROLE),
),
);
}
Comments