- Removed some debug code.
parent
078c99ca5d
commit
8dd4b46351
|
@ -495,8 +495,6 @@ function drupal_lookup_path($action, $path = '') {
|
||||||
}
|
}
|
||||||
elseif ($count > 0 && $path != '') {
|
elseif ($count > 0 && $path != '') {
|
||||||
if ($action == 'source') {
|
if ($action == 'source') {
|
||||||
if (TRUE) return;
|
|
||||||
|
|
||||||
if (isset($map[$path])) {
|
if (isset($map[$path])) {
|
||||||
return $map[$path];
|
return $map[$path];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue