Changeset 2115
- Timestamp:
- 02/21/08 20:30:13 (5 months ago)
- Files:
-
- trunk/modules/forge/libraries/Form_Upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/modules/forge/libraries/Form_Upload.php
r2023 r2115 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
