diff options
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 5291c0d9e..ddb6f0fd5 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1719,12 +1719,12 @@ function system_update_144() { } function system_update_145() { - $default_theme = variable_get('theme_default', 'bluemarine'); + $default_theme = variable_get('theme_default', 'garland'); $themes = list_themes(); if (!array_key_exists($default_theme, $themes)) { - variable_set('theme_default', 'bluemarine'); - $default_theme = 'bluemarine'; + variable_set('theme_default', 'garland'); + $default_theme = 'garland'; } $ret = array(); |