Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RoySegall/669b409fc4ddca0b9238d9fd1bea1572 to your computer and use it in GitHub Desktop.
Save RoySegall/669b409fc4ddca0b9238d9fd1bea1572 to your computer and use it in GitHub Desktop.
<?php
/**
* @file
* pipeline_action.install
*/
/**
* Adding new roles to the a group.
*/
function pipeline_og_update_7000() {
$role = og_role_create('Foo', 'node', 0, 'action');
og_role_save($role);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment