Opened 17 years ago
Closed 17 years ago
#43 closed defect (fixed)
LegendIcon.php file assumes legendIconCacheDir var ends in a forward slash
Reported by: | wbronsema | Owned by: | wbronsema |
---|---|---|---|
Priority: | P2 | Milestone: | |
Component: | MapServer | Version: | 1.0.4 |
Severity: | Trivial | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
The LegendIcon.php file for mapserver assumes that the legendIconCacheDir variable ends in a forward slash. It should check and add one as necessary.
Note:
See TracTickets
for help on using tickets.
(In [1345]) fixes #43 - added check for closing forward slash on legendIconCacheDir variable.