summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-27 10:36:16 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-27 10:36:16 +0000
commit34a5d46022b47be3ef30f32ce1187081918c7ab0 (patch)
treed67a98692037be7a34ecc3e4dba14147efe79c29 /modules/system
parent2fe78b84f314a598fb6b45ee7624d4b320a47074 (diff)
downloadbrdo-34a5d46022b47be3ef30f32ce1187081918c7ab0.tar.gz
brdo-34a5d46022b47be3ef30f32ce1187081918c7ab0.tar.bz2
- Patch #36465 by chx / Richard: made it possible to link to the front page.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index f98ae7c24..b634a232e 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -752,6 +752,9 @@ function system_settings_form_submit($form_id, $values) {
else {
drupal_set_message(t('The configuration options have been saved.'));
}
+ if ($form_id == 'system_settings_form') {
+ menu_rebuild();
+ }
}
/**