Unverified Commit 434cecac authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3309247 by pratik_specbee, neclimdul: Unused $theme_engine variable in...

Issue #3309247 by pratik_specbee, neclimdul: Unused $theme_engine variable in ThemeInitialization.php
parent 9ad91313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {