Ticket #141 (closed defect: fixed)
Clicking on a picture in slideshow mode redirects to a broken url due to missing 'images/' in the link
| Reported by: | admin@… | Owned by: | mike |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | General | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
In version 2.1beta.
How to replicate: load up a slideshow and click on an image.
Problem is on line 1175:
s.link = "'.$configbaseurl? . $rowpath?.'";
should be
s.link = "'.$configbaseurl? . 'images/' . $rowpath?.'";
This fixes the problem.
Thanks guys, so far this is the first image management system that I found to be the most simple and robust (almost ;) ).
Change History
Note: See
TracTickets for help on using
tickets.
