Skip to content

Commit 05fec99

Browse files
committed
use not pagePoolClear
1 parent 24240af commit 05fec99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)