function og_menu_perm in Organic Groups Menu (OG Menu) 6.2
Same name and namespace in other branches
- 5 og_menu.module \og_menu_perm()
- 6 og_menu.module \og_menu_perm()
Implementation of hook_perm().
File
- ./
og_menu.module, line 12 - Integrates Menu with Organic Groups. Lots of menu forms duplication in OG context.
Code
function og_menu_perm() {
return array(
'administer og menu',
);
}