| Anonymous | Login | Signup for a new account | 2010-09-06 12:06 UTC |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||||
| 0000040 | [jDownloads] Frontend | minor | always | 2009-01-26 15:55 | 2009-06-01 23:09 | ||||||||
| Reporter | sistemistica | View Status | public | ||||||||||
| Assigned To | Arno | ||||||||||||
| Priority | normal | Resolution | fixed | ||||||||||
| Status | resolved | Product Version | 1.4 RC1 | ||||||||||
| Summary | 0000040: In summary page license is wrong | ||||||||||||
| Description |
Because array is zero-based, in summaru page the license is wrong: In components/com_jdownloads/jdownloads.php (Front end) at row 142: change: $lic_arr[$mail_files_arr[$i]->license] with: $lic_arr[$mail_files_arr[$i]->license-1] |
||||||||||||
| Additional Information | |||||||||||||
| Tags | download | ||||||||||||
| Attached Files | |||||||||||||
|
|
|||||||||||||
Notes |
|
|
(0000056) sistemistica (reporter) 2009-01-26 15:59 |
Same thing at row 692... |
|
(0000070) Arno (manager) 2009-06-01 23:07 |
Thanks for the fix. I have it changed in Build 637. |
| Mantis 1.1.5[^] Copyright © 2000 - 2008 Mantis Group |