diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-04-06 14:31:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-04-06 14:31:51 +0000 |
commit | b0676cf351ccb48e7d2cf1d93d5728f3e834886a (patch) | |
tree | 2b3c85ef24bd34fa0e3d0f91b657ebb43d0d525c /modules/system | |
parent | ec3c0716aa39acc91fe75ce592ce77bdfdd2eb56 (diff) | |
download | brdo-b0676cf351ccb48e7d2cf1d93d5728f3e834886a.tar.gz brdo-b0676cf351ccb48e7d2cf1d93d5728f3e834886a.tar.bz2 |
- Patch #134161 by chx: no menu tabs for themes.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index d4266b62f..2df59c8c9 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1258,6 +1258,7 @@ function system_themes_form_submit($form_id, $form_values) { db_query("UPDATE {system} SET status = 1 WHERE type = 'theme' AND name = 'garland'"); } + list_themes(TRUE); menu_rebuild(); drupal_set_message(t('The configuration options have been saved.')); return 'admin/build/themes'; |