- Timestamp:
- 03/01/10 13:13:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/models/behaviors/file.php
r293 r308 89 89 if (!$file['name'] || !isset($file['type']) || !$file['size'] || !$file['tmp_name'] || $file['error'] !== 0) { 90 90 $this->errors[] = __('There was an error uploading the file.', true); 91 $this->log("Error uploading file:\n" . print_r($file, true)); 91 92 return false; 92 93 }
Note: See TracChangeset
for help on using the changeset viewer.