You are here

function pathauto_i18n_user_user_update in Pathauto i18n 7

Same name and namespace in other branches
  1. 8 modules/pathauto_i18n_user/pathauto_i18n_user.module \pathauto_i18n_user_user_update()

Implements hook_user_update().

File

modules/pathauto_i18n_user/pathauto_i18n_user.module, line 44
Provides tools for creating multilanguage aliases for users.

Code

function pathauto_i18n_user_user_update(&$edit, $account, $category) {
  pathauto_i18n_init_property($account, 'user', 'user');
  pathauto_i18n_process_entity_object($account, 'user', $account->pathauto_i18n_status, 'update');
}