summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-01-05 23:35:34 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-01-05 23:35:34 +0000
commitc27b62b182dab9ef0f301b2caf94962c59c20909 (patch)
treeffaccaffca056f2e04e0ebbe065089ec06472659 /modules/system
parentf940d8a290aad7fbc18b809e8e86e70562c75bac (diff)
downloadbrdo-c27b62b182dab9ef0f301b2caf94962c59c20909.tar.gz
brdo-c27b62b182dab9ef0f301b2caf94962c59c20909.tar.bz2
- #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage)
- #43491: Missing drupal_goto() after saving settings
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 8e7b857df..a1e2ecf84 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -783,6 +783,7 @@ function system_settings_form_submit($form_id, $values) {
if ($form_id == 'system_settings_form') {
menu_rebuild();
}
+ drupal_goto($_GET['q']);
}
/**