summaryrefslogtreecommitdiff
path: root/modules/contact
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-24 09:50:35 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-24 09:50:35 +0000
commit45c5344f15ad1dd812eaa0fda677a72ab077d755 (patch)
tree112d1d634c3319fba2821679ce75790f77481405 /modules/contact
parent90c5dfb3d7bb61198e43333ea83238413f9c0181 (diff)
downloadbrdo-45c5344f15ad1dd812eaa0fda677a72ab077d755.tar.gz
brdo-45c5344f15ad1dd812eaa0fda677a72ab077d755.tar.bz2
- Don't jump to the homepage
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/contact/contact.module b/modules/contact/contact.module
index f13ea54a1..71d88cdb8 100644
--- a/modules/contact/contact.module
+++ b/modules/contact/contact.module
@@ -274,8 +274,8 @@ function contact_mail_page() {
// Set a status message:
drupal_set_message(t('Your message has been sent.'));
- // Jump to home page:
- drupal_goto();
+ // Jump to contact page:
+ drupal_goto('contact');
}
}
else {