diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-08 19:24:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-08 19:24:11 +0000 |
commit | 9321ee109d2381c7def680d4f2e76eee688d6087 (patch) | |
tree | 8b8cc0d82d97ed44177017f008a438e0c362c819 /modules/system/system.install | |
parent | 04037a501164f92e534c1cf0ef07c90685a9eb3d (diff) | |
download | brdo-9321ee109d2381c7def680d4f2e76eee688d6087.tar.gz brdo-9321ee109d2381c7def680d4f2e76eee688d6087.tar.bz2 |
- Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code.
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(); |