Skip to content

Commit 4d5fc84

Browse files
committed
switch to inspect templates
1 parent 9d06be9 commit 4d5fc84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.lucee</groupId>
66
<artifactId>tasks-extension</artifactId>
7-
<version>1.1.0.6-SNAPSHOT</version>
7+
<version>1.1.0.7-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Tasks Extension</name>
1010

source/event-gateways/TasksDriver.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ component extends="Gateway" {
2828
public function getDescription() { return "A general purpose event gateway which will perform tasks based on components, the Task themself can define the rules for their execution." }
2929

3030
public function getCfcPath() {
31-
pagePoolClear(); // this is a patch for a bug in Lucee, because Lucee follows the regular template cacheg rules for gateways, what is "once" by default.
31+
inspectTemplates(); // this is a patch for a bug in Lucee, because Lucee follows the regular template cacheg rules for gateways, what is "once" by default.
3232
return "org.lucee.cfml.TasksGateway";
3333
}
3434

0 commit comments

Comments
 (0)