Opened 10 years ago

Closed 10 years ago

#619 closed defect (fixed)

PRINT WIDGET Fails when TITLE is blank

Reported by: gluckett Owned by: madair
Priority: P2 Milestone: Future
Component: Widgets Version: 2.0
Severity: Major Keywords:
Cc: Browser: All
External ID: Operating System: All
state: New

Description

Print widget, if user leaves title blank, the user gets a 500 error.

In C:\Program Files\OSGeo\MapGuide\Web\www\fusion\widgets\Print\printablepage.php

line 78

add the line:

$isArrow = $paramsISARROW; if(isset($paramsTITLE)

$title = $paramsTITLE;

MGOS 2.5.0.7449 Print Widget

Change History (1)

comment:1 by jng, 10 years ago

Resolution: fixed
Status: newclosed

Fixed trunk (r2857) and 2.6 (r2858)

Note: See TracTickets for help on using tickets.