summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/theme.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index f8f762185..442d91dc9 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -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;
+ }
}
}