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

vegantriathlete created an issue.