You are here

function usertabs_url_outbound_alter in User Tabs 7

File

./usertabs.module, line 55
usertabs.module

Code

function usertabs_url_outbound_alter(&$path, $options, $original_path) {
  _update_user_edit_path($path);
}