Skip to content

Instantly share code, notes, and snippets.

@dsnopek
Created May 21, 2014 14:50
Show Gist options
  • Save dsnopek/d4656514ee7c8b964cf7 to your computer and use it in GitHub Desktop.
Save dsnopek/d4656514ee7c8b964cf7 to your computer and use it in GitHub Desktop.
// Get information about this Space or Groups roles.
$og_roles = array_flip(og_roles('node', $space->type, $space->nid));
$og_admin_rid = $og_roles[OG_ADMINISTRATOR_ROLE];
// NOTE: This presumes the user is already a member
og_role_grant('node', $space->nid, $account->uid, $og_admin_rid);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment