If a non-numeric value is passed to a download, Drupal will display an error message in IE.
I added the following before the db_insert line in track_da_files_register_new_display just to ensure the id is a valid integer:
$id = (int) $id;
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | track_da_files-invalid-id-parameter-value-2449221-1.patch | 440 bytes | federiko_ |
Comments
Comment #1
federiko_ commentedThanks for posting this issue.
Here comes the patch.
Comment #3
federiko_ commented