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

- Patch #678504 by heyrocker: fixed Incorrect menu argument for ip address blocking.

parent 4a42062b
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
......@@ -1431,7 +1431,7 @@ function system_ip_blocking_form($form, $form_state) {
'#type' => 'textfield',
'#size' => 64,
'#maxlength' => 32,
'#default_value' => arg(3),
'#default_value' => arg(4),
'#description' => t('Enter a valid IP address.'),
);
$form['submit'] = array(
......
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