- Patch #22035 by Matt: fixed problem with alias table getting corrupted.
parent
0ddfd29cfd
commit
54b8ad6550
|
@ -532,9 +532,6 @@ function drupal_lookup_path($action, $path = '') {
|
|||
$map[$src] = $path;
|
||||
return $src;
|
||||
}
|
||||
else {
|
||||
$map[$path] = $path;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue