@@ -56,7 +56,7 @@ |
||
56 | 56 | new Assert\Length(array('max' => $this->config['stext_len'])), |
57 | 57 | new Assert\Regex(array( |
58 | 58 | 'pattern' => "/^[0-9a-zA-Z]+$/", |
59 | - )), |
|
59 | + )), |
|
60 | 60 | ), |
61 | 61 | )) |
62 | 62 | ->add('admin_allow_host', 'textarea', array( |