- Patch #678504 by heyrocker: fixed Incorrect menu argument for ip address blocking.
parent
4a42062b5b
commit
83fe15835d
|
@ -1431,7 +1431,7 @@ function system_ip_blocking_form($form, $form_state) {
|
||||||
'#type' => 'textfield',
|
'#type' => 'textfield',
|
||||||
'#size' => 64,
|
'#size' => 64,
|
||||||
'#maxlength' => 32,
|
'#maxlength' => 32,
|
||||||
'#default_value' => arg(3),
|
'#default_value' => arg(4),
|
||||||
'#description' => t('Enter a valid IP address.'),
|
'#description' => t('Enter a valid IP address.'),
|
||||||
);
|
);
|
||||||
$form['submit'] = array(
|
$form['submit'] = array(
|
||||||
|
|
Loading…
Reference in New Issue