Ticket #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: | External ID: | 1236282 | |
| state: | Committed | Browser: | All |
| Operating System: | All |
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
Note: See
TracTickets for help on using
tickets.
