summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-26 05:55:52 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-26 05:55:52 +0000
commitc235bc60d3a2f73737585b710314a361dbe79705 (patch)
tree957c42941d99052d0d29ba7ef3e1fa968fb8a99d /modules
parenteb0caa354ea6fec8d63f930ee249121c09eec1b7 (diff)
downloadbrdo-c235bc60d3a2f73737585b710314a361dbe79705.tar.gz
brdo-c235bc60d3a2f73737585b710314a361dbe79705.tar.bz2
- Patch #128866 by chx: fixed broken confirm form.
Diffstat (limited to 'modules')
-rw-r--r--modules/locale/locale.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 9c63936b2..745dc5e31 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -356,7 +356,6 @@ function locale_admin_manage_delete_form($langcode) {
}
else {
$form['langcode'] = array('#type' => 'value', '#value' => $langcode);
- $form['#submit']['locale_admin_manage_delete_form_submit'] = array();
return confirm_form($form, t('Are you sure you want to delete the language %name?', array('%name' => t($languages[$langcode]->name))), 'admin/build/locale/language/overview', t('Deleting a language will remove all data associated with it. This action cannot be undone.'), t('Delete'), t('Cancel'));
}
}