i'm having this error while trying to delete a vocabulary

Fatal error: Call to undefined function metatag_metatag_config_delete() in /drupal/sites/all/modules/metatags/metatag.module on line 627

/**
 * Implements hook_field_attach_delete_bundle().
 */
function metatag_field_attach_delete_bundle($entity_type, $bundle) {
  $instance = $entity_type . ':' . $bundle;
  metatag_metatag_config_delete($instance);
}

that function seem to be defined nowhere

Comments

Dave Reid’s picture

Sorry about that. This should be fixed with http://drupalcode.org/project/metatags.git/commit/170d72d now.

Dave Reid’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.