Changeset 9536
- Timestamp:
- 06/11/08 11:02:48 (2 years ago)
- Files:
-
- branches/1.1/lib/form/sfForm.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/form/sfForm.class.php
r9502 r9536 271 271 $this->validatorSchema[$name] = $form->getValidatorSchema(); 272 272 273 $this->mergePreValidator($form->getValidatorSchema()->getPreValidator());274 $this->mergePostValidator($form->getValidatorSchema()->getPostValidator());275 276 273 $this->resetFormFields(); 277 274 }

