Commit b5fb4019 authored by git's avatar git Committed by Drew Webber
Browse files

Issue #3299774 by poker10, solideogloria: Errors if "Default theme" is...

Issue #3299774 by poker10, solideogloria: Errors if "Default theme" is selected in the Administration Theme dropdown
parent fa89c99d
Loading
Loading
Loading
Loading
+3 −1
Changes for jquery_update.install: 3 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -76,7 +76,9 @@ function jquery_update_requirements($phase) {
          );
      }

      $theme_key = variable_get($theme, FALSE);
      if (!$theme_key = variable_get($theme, FALSE)) {
        $theme_key = $default_theme;
      }
      $theme_name = $themes[$theme_key]->info['name'];

      $requirements['jquery_update_' . $theme] = array(