summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-01 13:12:45 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-01 13:12:45 +0000
commitb25a1fd62f261c94a4acbece5f14c20c1b0d3315 (patch)
tree6fbe35a953a0f7ec2cd853ff22cd36c32eade95c /modules/dashboard
parentd77c04f015cc1dd163c14e04773d5a6a05966e34 (diff)
downloadbrdo-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.module1
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();
}