diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-01 13:12:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-01 13:12:45 +0000 |
commit | b25a1fd62f261c94a4acbece5f14c20c1b0d3315 (patch) | |
tree | 6fbe35a953a0f7ec2cd853ff22cd36c32eade95c /modules/dashboard | |
parent | d77c04f015cc1dd163c14e04773d5a6a05966e34 (diff) | |
download | brdo-b25a1fd62f261c94a4acbece5f14c20c1b0d3315.tar.gz brdo-b25a1fd62f261c94a4acbece5f14c20c1b0d3315.tar.bz2 |
- Patch #609128 by vordude: dashboard should provide feedback when clicking 'Done'.
Diffstat (limited to 'modules/dashboard')
-rw-r--r-- | modules/dashboard/dashboard.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dashboard/dashboard.module b/modules/dashboard/dashboard.module index 46503d19b..9fd6f9a8a 100644 --- a/modules/dashboard/dashboard.module +++ b/modules/dashboard/dashboard.module @@ -373,6 +373,7 @@ function dashboard_update() { ->execute(); } } + drupal_set_message(t('The configuration options have been saved.'), 'status', FALSE); } drupal_exit(); } |