You are here

function pathauto_user_update_action in Pathauto 7

Same name and namespace in other branches
  1. 6.2 pathauto.module \pathauto_user_update_action()

Update action wrapper for pathauto_user_update_alias().

File

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

Code

function pathauto_user_update_action($account, $context = array()) {
  pathauto_user_update_alias($account, 'bulkupdate', array(
    'message' => TRUE,
  ));
}