diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 3 |
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; + } } } |