Opened 13 years ago

Closed 13 years ago

#454 closed defect (fixed)

Buffer.php Reference to Case Sensitive TEMPL file

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

Description

Buffer.php in MGOS Fusion Widget Build 2.2

line 415 of Buffer.php

$layerTempl = file_get_contents("./arealayerdef.templ");

to

$layerTempl = file_get_contents("./AreaLayerDef.templ");

Change History (1)

comment:1 by madair, 13 years ago

Milestone: Future2.3
Resolution: fixed
Severity: MajorMinor
Status: newclosed

fixed at rev [2396]

Thanks for the bug report!

Note: See TracTickets for help on using tickets.