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

merge-requests/26/head
Dries Buytaert 2010-01-09 09:46:09 +00:00
parent 4a42062b5b
commit 83fe15835d
1 changed files with 1 additions and 1 deletions

View File

@ -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(