Changeset 7667
- Timestamp:
- 02/28/08 12:23:21 (2 years ago)
- Files:
-
- branches/1.1/lib/form/sfFormField.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/form/sfFormField.class.php
r7152 r7667 105 105 } 106 106 107 $error = $this-> error instanceof sfValidatorErrorSchema ? $this->getWidget()->getGlobalErrors($this->error) : $this->error;107 $error = $this->getWidget() instanceof sfWidgetFormSchema ? $this->getWidget()->getGlobalErrors($this->error) : $this->error; 108 108 109 109 return $this->parent->getWidget()->getFormFormatter()->formatErrorsForRow($error);

