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

- Patch #262906 by Davy Van Den Bremt, mooffie: bogus form_build_id_/nodetype/...

- Patch #262906 by Davy Van Den Bremt, mooffie: bogus form_build_id_/nodetype/ variable created on type settings page.
parent 488fee8c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -330,7 +330,7 @@ function node_type_form_submit($form, &$form_state) {
}
}
unset($variables['form_token'], $variables['op'], $variables['submit'], $variables['delete'], $variables['reset'], $variables['form_id']);
unset($variables['form_token'], $variables['op'], $variables['submit'], $variables['delete'], $variables['reset'], $variables['form_id'], $variables['form_build_id']);
// Save or reset persistent variable values.
foreach ($variables as $key => $value) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment