You are here

function commons_groups_pages_enable in Drupal Commons 7.3

Implements hook_enable().

File

modules/commons/commons_groups/modules/commons_groups_pages/commons_groups_pages.install, line 6

Code

function commons_groups_pages_enable() {

  // We need Page Manager to respond to the node view menu callback.
  // Since all Panelized moduels need this variable set, we use variable_set
  // rather than exporting via Strongarm in order to avoid Features conflicts.
  variable_set('page_manager_node_view_disabled', FALSE);
}