You are here

function og_context_init in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og_context/og_context.module \og_context_init()

Implement hook_init().

File

og_context/og_context.module, line 40
Get a group from a viewed page.

Code

function og_context_init() {
  og_context();
}