In pathauto.module function pathauto_path_alias_types you check for module_exists('taxonomy') to add the user tracker entry.
See HEAD(1.126) @184 with result adding user/%/track
I think this is a wrong check, copied from the taxonomy entries.
In pathauto.module function pathauto_path_alias_types you check for module_exists('taxonomy') to add the user tracker entry.
See HEAD(1.126) @184 with result adding user/%/track
I think this is a wrong check, copied from the taxonomy entries.
Comments
Comment #1
dave reidGoodness! Good find! Fixed this in all three branches.
http://drupal.org/cvs?commit=330738
http://drupal.org/cvs?commit=330740
http://drupal.org/cvs?commit=330742