Skip to content

Commit 1ee9849

Browse files
committed
update include in test for cf2025
1 parent 38ab1a3 commit 1ee9849

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Application.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ component {
1010
public function onRequest(targetPage) {
1111
//boxlang doesnt like that we have a mapping also called /tests
1212
if (find("run.cfm", arguments.targetPage)) {
13-
include template="run.cfm";
13+
include "run.cfm";
1414
} else {
15-
include template="adhoc.cfm";
15+
include "adhoc.cfm";
1616
}
1717
}
1818

0 commit comments

Comments
 (0)