You are here

function neutral_paths_path_insert in Neutral paths 7

Fixes new aliases.

File

./neutral_paths.module, line 163
Neutral paths.

Code

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