You are here

function og_variables_init in OG Variables 7

Implement hook_init().

File

./og_variables.module, line 11
Per space management of variables.

Code

function og_variables_init() {
  if (og_context()) {
    variable_realm_initialize('og');
  }
}