You are here

function pathauto_user_update in Pathauto 7

Implements hook_user_update().

File

./pathauto.module, line 1032
Main file for the Pathauto module, which automatically generates aliases for content.

Code

function pathauto_user_update(&$edit, $account, $category) {
  pathauto_user_update_alias($account, 'update');
}