Index: pathauto.module =================================================================== RCS file: /cvs/drupal/contributions/modules/pathauto/pathauto.module,v retrieving revision 1.164 diff -u -p -r1.164 pathauto.module --- pathauto.module 9 Aug 2010 18:03:00 -0000 1.164 +++ pathauto.module 28 Dec 2010 22:32:33 -0000 @@ -272,7 +272,7 @@ function pathauto_node_insert($node) { * Implements hook_node_update(). */ function pathauto_node_update($node) { - if (!isset($node->path['pathauto_perform_alias']) || !empty($node->path['pathauto_perform_alias'])) { + if (!empty($node->path['pathauto_perform_alias'])) { pathauto_node_update_alias($node, 'update'); } }