Changeset 1553 for trunk/modules/forge/libraries/Form_Input.php
- Timestamp:
- 12/16/2007 02:10:26 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Input.php
r1550 r1553 229 229 230 230 // Return single error 231 if ( ! is_array($this->error_messages) )231 if ( ! is_array($this->error_messages) AND ! empty($this->errors)) 232 232 return array($this->error_messages); 233 233
