summaryrefslogtreecommitdiff
path: root/modules/dashboard/dashboard.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-27 00:56:54 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-27 00:56:54 +0000
commit679415abcd5b3c0b988ebe9b7613749784f08470 (patch)
treea457d854a43475aa5095ef37c057edadca6a9239 /modules/dashboard/dashboard.module
parent9eaa04648a89ad45db12b2c240cf4fe95cc4aafd (diff)
downloadbrdo-679415abcd5b3c0b988ebe9b7613749784f08470.tar.gz
brdo-679415abcd5b3c0b988ebe9b7613749784f08470.tar.bz2
- Patch #922590 by David_Rothstein: submitting the dashboard configuration form prints 'The block settings have been updated' twice.
Diffstat (limited to 'modules/dashboard/dashboard.module')
-rw-r--r--modules/dashboard/dashboard.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/dashboard/dashboard.module b/modules/dashboard/dashboard.module
index 8cf5a7e59..13fb5575a 100644
--- a/modules/dashboard/dashboard.module
+++ b/modules/dashboard/dashboard.module
@@ -334,9 +334,6 @@ function dashboard_form_block_admin_display_form_alter(&$form, &$form_state, $fo
* Implements hook_form_FORM_ID_alter().
*/
function dashboard_form_dashboard_admin_display_form_alter(&$form, &$form_state) {
- // Inherit the submit handler from the main block administration form.
- $form['#submit'][] = 'block_admin_display_form_submit';
-
// Redirect the 'configure' and 'delete' links on each block back to the
// dashboard blocks administration page.
foreach ($form['blocks'] as &$block) {