Skip to content

Commit 7d6777c

Browse files
author
Florian Schaal
committed
fixed typo
1 parent 2b3b4cf commit 7d6777c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/server_ip.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
'ip_address' => array (
122122
'datatype' => 'VARCHAR',
123123
'formtype' => 'TEXT',
124-
'validators' => array ( 0 => array ( 'type' => 'CUSTOME', 'class' => 'validate_server', 'function' => 'check_server_ip',
124+
'validators' => array ( 0 => array ( 'type' => 'CUSTOM', 'class' => 'validate_server', 'function' => 'check_server_ip',
125125
'errmsg'=> 'ip_error_wrong'),
126126
1 => array ( 'type' => 'UNIQUE',
127127
'errmsg'=> 'ip_error_unique'),

0 commit comments

Comments
 (0)