You are here

function og_menu_perm in Organic Groups Menu (OG Menu) 6

Same name and namespace in other branches
  1. 5 og_menu.module \og_menu_perm()
  2. 6.2 og_menu.module \og_menu_perm()

Implementation of hook_perm().

File

./og_menu.module, line 19
Integrates Menu with Organic Groups. Lots of menu forms duplication in OG context.

Code

function og_menu_perm() {
  return array(
    'administer og menu',
  );
}