diff options
Diffstat (limited to 'application/modules/user/forms/Bootos.php')
| -rw-r--r-- | application/modules/user/forms/Bootos.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/modules/user/forms/Bootos.php b/application/modules/user/forms/Bootos.php index 964fbf3..2453f1b 100644 --- a/application/modules/user/forms/Bootos.php +++ b/application/modules/user/forms/Bootos.php @@ -58,7 +58,7 @@ class user_Form_Bootos extends Zend_Form 'validators' => array( array('StringLength', false, array(0, 250)), ), - 'required' => true, + 'required' => flase, 'size' => 50, 'readOnly' => $meta, 'label' => 'Init-Path:', @@ -69,7 +69,7 @@ class user_Form_Bootos extends Zend_Form 'validators' => array( array('StringLength', false, array(0, 250)), ), - 'required' => true, + 'required' => false, 'size' => 50, 'readOnly' => $meta, 'label' => 'Kernel-Path:', @@ -80,7 +80,7 @@ class user_Form_Bootos extends Zend_Form 'validators' => array( array('StringLength', false, array(0, 250)), ), - 'required' => true, + 'required' => false, 'size' => 50, 'readOnly' => $meta, 'label' => 'Config-Path:', |
