[Chameleon-dev] [Bug 1407] New: ExtentHistory missing includes
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Wed Apr 5 11:54:47 EDT 2006
http://bugzilla.maptools.org/show_bug.cgi?id=1407
Summary: ExtentHistory missing includes
Product: Chameleon
Version: 2.4
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Widget
AssignedTo: chameleon-dev at lists.maptools.org
ReportedBy: mcgrawj at agr.gc.ca
The ExtentHistory widget doesn't have the "includes" included at the top of
their definition. Only works because other widgets are loading them already.
However, if you build a test app with a map and the only other widget is the
ExtentHistory one, it will fail because it can't find the definitions for a
Widget and a Button.
Add before class declaration:
include_once(dirname(__FILE__)."/../Widget.php");
include_once(dirname(__FILE__)."/../Button.php");
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Chameleon-dev
mailing list