You are here

function og_menu_og_permission in Organic Groups Menu (OG Menu) 7.2

Same name and namespace in other branches
  1. 7.3 og_menu.module \og_menu_og_permission()

Implements of hook_og_permission()

File

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

Code

function og_menu_og_permission() {
  return og_menu_permission();
}