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
a0611bbc
Commit
a0611bbc
authored
Sep 06, 2013
by
alexpott
Browse files
Issue
#752730
by c960657, sun, swentel, catch: Remove file_exists() during bootstrap.
parent
1903e50f
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/bootstrap.inc
View file @
a0611bbc
...
...
@@ -734,7 +734,7 @@ function drupal_get_filename($type, $name, $filename = NULL) {
$files
[
$type
]
=
array
();
}
if
(
!
empty
(
$filename
)
&&
file_exists
(
$filename
)
)
{
if
(
!
empty
(
$filename
))
{
$files
[
$type
][
$name
]
=
$filename
;
}
elseif
(
isset
(
$files
[
$type
][
$name
]))
{
...
...
Write
Preview
Markdown
is supported
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