Changeset 8976
- Timestamp:
- 05/15/08 11:20:22 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/validator/sfValidatorFile.class.php
r8535 r8976 316 316 public function __toString() 317 317 { 318 return $this->savedName;318 return is_null($this->savedName) ? '' : $this->savedName; 319 319 } 320 320