Changeset 1825
- Timestamp:
- 03/06/07 10:30:16 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/src/validator/AgaviImageFileValidator.class.php
r1660 r1825 63 63 $file = $this->getData($this->getArgument()); 64 64 65 $type = getimagesize($file->getTmpName());65 $type = @getimagesize($file->getTmpName()); 66 66 if($type === false) { 67 67 $this->throwError('no_image');

