From 4ec30e83c446ddf0758f015d9ad5c5aebd2f0ca6 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Fri, 11 Mar 2011 10:02:36 +0100 Subject: bootos getressources --- application/forms/BootosCreate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/forms/BootosCreate.php') diff --git a/application/forms/BootosCreate.php b/application/forms/BootosCreate.php index 8f699ce..0377197 100644 --- a/application/forms/BootosCreate.php +++ b/application/forms/BootosCreate.php @@ -56,7 +56,7 @@ class Application_Form_BootosCreate extends Zend_Form $this->addElement('text', 'path_init', array( 'filters' => array('StringTrim'), 'validators' => array( - array('StringLength', false, array(0, 50)), + array('StringLength', false, array(0, 250)), ), 'required' => true, 'size' => 50, @@ -66,7 +66,7 @@ class Application_Form_BootosCreate extends Zend_Form $this->addElement('text', 'path_kernel', array( 'filters' => array('StringTrim'), 'validators' => array( - array('StringLength', false, array(0, 50)), + array('StringLength', false, array(0, 250)), ), 'required' => true, 'size' => 50, -- cgit v1.2.3-55-g7522