diff --git a/core/includes/theme.inc b/core/includes/theme.inc index fed4429..c686cdb 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -109,7 +109,7 @@ function drupal_theme_initialize() { $request->attributes->set('_theme_active', $custom_theme); } - $theme = $request->attributes->get('theme_active'); + $theme = $request->attributes->get('_theme_active'); // Store the identifier for retrieving theme settings with. $theme_key = $theme;