Changeset 2116
- Timestamp:
- 02/21/08 19:31:37 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
releases/2.1.2/modules/forge/libraries/Form_Upload.php
r2102 r2116 111 111 { 112 112 // Reset the POST value to the new filename 113 $this->data['value'] = $_POST[$this->data['name']] = $filepath;113 $this->data['value'] = $_POST[$this->data['name']] = empty($filepath) ? '' : $filepath; 114 114 } 115 115
