Opened 15 years ago
Closed 15 years ago
#268 closed defect (fixed)
Fix some MapGuide PHP script typos involving FormatMessage
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | P2 | Milestone: | 2.0 |
Component: | MapGuide | Version: | 1.1.1 |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1236282 | Operating System: | All |
state: | Committed |
Description
Two issues:
- the FormatMessage routine in fusion\layers\MapGuide\php\Common.php calls GetString - it needs to call GetLocalizedString
- the FormatMessage routine takes 3 arguments, but fusion\widgets\Search\Search.php is calling it with 4 arguments in one place
See https://trac.osgeo.org/mapguide/ticket/1028 for the MapGuide version of the fix.
Change History (3)
comment:1 by , 15 years ago
Milestone: | 2.1 → 2.0 |
---|
comment:2 by , 15 years ago
Status: | new → assigned |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
state: | New → Committed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
See patches attached to #236 for the fixes to the fusion2-mg21 and trunk streams.