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

fixed typo

parent 567aeab1
No related branches found
No related tags found
1 merge request!300fixed typo
......@@ -170,7 +170,7 @@ $form["tabs"]['server'] = array(
'formtype' => 'TEXT',
'default' => '/var/backup',
'validators' => array( 0 => array ( 'type' => 'REGEX',
'regex' => "/(|^\\/{1,2}(?:[\\w-]+[.]?\\/?){5,128})$/";
'regex' => "/(|^\\/{1,2}(?:[\\w-]+[.]?\\/?){5,128})$/",
'errmsg'=> 'backup_dir_error_regex'),
),
'value' => '',
......
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