Changeset 1277
- Timestamp:
- 11/26/2007 12:43:18 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Validation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Validation.php
r1270 r1277 528 528 if (empty($allowed)) 529 529 throw new Kohana_Exception('upload.set_allowed'); 530 531 // Make sure that UPLOAD_ERR_EXTENSION is defined 532 defined('UPLOAD_ERR_EXTENSION') or define('UPLOAD_ERR_EXTENSION', 8); 530 533 531 534 // Fetch the real upload path
