You are here

function media_gallery_taxonomy_term_update in Media Gallery 7

Same name and namespace in other branches
  1. 7.2 media_gallery.module \media_gallery_taxonomy_term_update()

Implements hook_taxonomy_term_update().

File

./media_gallery.module, line 1677

Code

function media_gallery_taxonomy_term_update($term) {

  // Note that in hook_module_implements_alter() we guarantee that this code
  // will always run before Pathauto's implementation.
  _media_gallery_prevent_unwanted_pathauto_aliases($term);
}