Changeset 2241
- Timestamp:
- 03/08/08 11:52:42 (5 months ago)
- Files:
-
- trunk/modules/forge/libraries/Form_Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/modules/forge/libraries/Form_Input.php
r2022 r2241 523 523 protected function rule_required() 524 524 { 525 if ($this->value == FALSE)525 if ($this->value === '' OR $this->value === NULL) 526 526 { 527 527 $this->errors['required'] = TRUE;
