Merge branch '2.1.x' into devel
This commit is contained in:
commit
8b2353ede0
7 changed files with 15 additions and 15 deletions
|
@ -33,7 +33,8 @@ class Application_Form_EditAudioMD extends Zend_Form
|
|||
'label' => 'Track:',
|
||||
'class' => 'input_text',
|
||||
'filters' => array('StringTrim'),
|
||||
'validators' => array('Int')
|
||||
'validators' => array('Int'),
|
||||
'required' => true
|
||||
));
|
||||
|
||||
// Add genre field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue