From 9572d2db1e4acbdeb8c045be97c7d7dab71df50a Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Tue, 7 May 2024 16:24:25 +0200 Subject: [PATCH] change of scope listener --- src/main/bx/interceptors/AdobeServerScope.bx | 2 +- src/main/bx/interceptors/LuceeServerScope.bx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/bx/interceptors/AdobeServerScope.bx b/src/main/bx/interceptors/AdobeServerScope.bx index f00f1ce..226b442 100644 --- a/src/main/bx/interceptors/AdobeServerScope.bx +++ b/src/main/bx/interceptors/AdobeServerScope.bx @@ -35,7 +35,7 @@ class{ * - scope : The scope that was created * - scopeName : The name of the scope */ - function onScopeCreation( data ){ + function onServerScopeCreation( data ){ // Only listen to server scope if( data.scopeName.getName().equals( "server" ) ){ // Add coldfusion struct diff --git a/src/main/bx/interceptors/LuceeServerScope.bx b/src/main/bx/interceptors/LuceeServerScope.bx index 53ce4b2..42617a2 100644 --- a/src/main/bx/interceptors/LuceeServerScope.bx +++ b/src/main/bx/interceptors/LuceeServerScope.bx @@ -35,7 +35,7 @@ class{ * - scope : The scope that was created * - scopeName : The name of the scope */ - function onScopeCreation( data ){ + function onServerScopeCreation( data ){ // Only listen to server scope if( data.scopeName.getName().equals( "server" ) ){ // Add coldfusion struct