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
d81bfb45
Commit
d81bfb45
authored
May 22, 2007
by
Dries Buytaert
Browse files
- Patch
#137724
by JohnAlbin: empty favicon causes duplicate page requests.
parent
23e25361
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/theme.inc
View file @
d81bfb45
...
...
@@ -685,6 +685,9 @@ function theme_get_setting($setting_name, $refresh = FALSE) {
elseif
(
$settings
[
'favicon_path'
])
{
$settings
[
'favicon'
]
=
base_path
()
.
$settings
[
'favicon_path'
];
}
else
{
$settings
[
'toggle_favicon'
]
=
FALSE
;
}
}
}
...
...
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