Changeset 2119
- Timestamp:
- 02/21/08 19:35:56 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
releases/2.1.2/modules/forge/libraries/Form_Upload.php
r2116 r2119 171 171 public function rule_size($size) 172 172 { 173 // Skip the field if it is empty 174 if (empty($this->upload) OR $this->upload['error'] === UPLOAD_ERR_NO_FILE) 175 return; 176 173 177 $bytes = (int) $size; 174 178
