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