Loading core/lib/Drupal/Core/Theme/ThemeInitialization.php +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ public function getActiveThemeByName($theme_name) { */ public function loadActiveTheme(ActiveTheme $active_theme) { // Initialize the theme. if ($theme_engine = $active_theme->getEngine()) { if ($active_theme->getEngine()) { // Include the engine. include_once $this->root . '/' . $active_theme->getOwner(); foreach ($active_theme->getBaseThemeExtensions() as $base) { Loading Loading
core/lib/Drupal/Core/Theme/ThemeInitialization.php +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ public function getActiveThemeByName($theme_name) { */ public function loadActiveTheme(ActiveTheme $active_theme) { // Initialize the theme. if ($theme_engine = $active_theme->getEngine()) { if ($active_theme->getEngine()) { // Include the engine. include_once $this->root . '/' . $active_theme->getOwner(); foreach ($active_theme->getBaseThemeExtensions() as $base) { Loading