Skip to content
Snippets Groups Projects
Commit 04bc9d25 authored by Florian Schaal's avatar Florian Schaal
Browse files

fixed validator errmsg

parent 33ad8f41
No related branches found
No related tags found
1 merge request!235FS#2403 - Disable apps vhost in server config
...@@ -158,7 +158,7 @@ $form["tabs"]['main'] = array ( ...@@ -158,7 +158,7 @@ $form["tabs"]['main'] = array (
'width' => '3', 'width' => '3',
'maxlength' => '3', 'maxlength' => '3',
'validators' => array ( 0 => array ( 'type' => 'ISPOSITIVE', 'validators' => array ( 0 => array ( 'type' => 'ISPOSITIVE',
'errmsg'=> 'limit_client_error_notint'), 'errmsg'=> 'bootorder_error_notpositive'),
), ),
), ),
'active' => array ( 'active' => 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