You are here

function og_enable in Organic groups 5.2

Same name and namespace in other branches
  1. 5 og.install \og_enable()
  2. 5.7 og.install \og_enable()

Implementation of hook_enable().

File

./og.install, line 95

Code

function og_enable() {
  _block_rehash();

  // enable standard og blocks
}