clrf
This commit is contained in:
parent
29c8570ade
commit
ec44b81f6a
5 changed files with 93 additions and 93 deletions
|
@ -16,8 +16,8 @@ class Application_Form_EditHistoryFile extends Zend_Form
|
|||
|
||||
|
||||
$file_id = new Zend_Form_Element_Hidden('his_file_id');
|
||||
$file_id->setValidators(array(
|
||||
new Zend_Validate_Int()
|
||||
$file_id->setValidators(array(
|
||||
new Zend_Validate_Int()
|
||||
));
|
||||
$this->addElement($file_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue