Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
54b8ad65
Commit
54b8ad65
authored
Jan 16, 2006
by
Dries
Browse files
- Patch
#22035
by Matt: fixed problem with alias table getting corrupted.
parent
0ddfd29c
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/bootstrap.inc
View file @
54b8ad65
...
...
@@ -532,9 +532,6 @@ function drupal_lookup_path($action, $path = '') {
$map
[
$src
]
=
$path
;
return
$src
;
}
else
{
$map
[
$path
]
=
$path
;
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment