diff options
Diffstat (limited to 'application/modules/dev/forms/BootosCreate.php')
| -rw-r--r-- | application/modules/dev/forms/BootosCreate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/dev/forms/BootosCreate.php b/application/modules/dev/forms/BootosCreate.php index 4399a62..a8731a7 100644 --- a/application/modules/dev/forms/BootosCreate.php +++ b/application/modules/dev/forms/BootosCreate.php @@ -76,7 +76,7 @@ class dev_Form_BootosCreate extends Zend_Form $this->addElement('textarea', 'defaultkcl', array( 'filters' => array('StringTrim'), 'validators' => array( - array('StringLength', false, array(0, 50)), + array('StringLength', false, array(0, 175)), ), 'required' => false, 'rows' => 5, |
