You are here

function neutral_paths_path_update in Neutral paths 7

Fixes updated aliases.

File

./neutral_paths.module, line 172
Neutral paths.

Code

function neutral_paths_path_update($path) {
  if (_neutral_paths_should_fix($path['source'])) {
    _neutral_paths_fix($path['pid']);
  }
}