You are here

function commons_user_profile_pages_update_7301 in Drupal Commons 7.3

Add the Trusted Contacts & Private Messaging control to the default user profile page.

File

modules/commons/commons_user_profile_pages/commons_user_profile_pages.install, line 17

Code

function commons_user_profile_pages_update_7301() {
  features_revert(array(
    'commons_user_profile_pages' => array(
      'page_manager_handlers',
    ),
  ));
  return array();
}