Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2607f6e6
Commit
2607f6e6
authored
Sep 09, 2006
by
Dries Buytaert
Browse files
- Patch
#83234
by rDouglass: fixed caching glitch.
parent
35c33e3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/path.inc
View file @
2607f6e6
...
...
@@ -71,6 +71,9 @@ 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
.
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