summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-05 08:48:58 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-05 08:48:58 +0000
commit806d0a3dee25333558bb0a888c2a51c33f0723cd (patch)
tree4171b59abeb1607948721d86f5c76405c666491b /modules/system/system.install
parentb9c40a52370c2e7d8b3db078f869e02881435da9 (diff)
downloadbrdo-806d0a3dee25333558bb0a888c2a51c33f0723cd.tar.gz
brdo-806d0a3dee25333558bb0a888c2a51c33f0723cd.tar.bz2
#156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 525d66ceb..e09916ecf 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -958,9 +958,9 @@ function system_update_145() {
$themes = list_themes();
if (!array_key_exists($default_theme, $themes)) {
- variable_set('theme_default', 'garland');
- $default_theme = 'garland';
- }
+ variable_set('theme_default', 'garland');
+ $default_theme = 'garland';
+ }
$ret = array();