Skip to content
Snippets Groups Projects
Commit c235bc60 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #128866 by chx: fixed broken confirm form.

parent eb0caa35
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment