Skip to content

Commit 7a360db

Browse files
committed
COLDBOX-1279 #resolve
Render encapsulator bleed of this scope by engines, workaround.
1 parent f24a3e7 commit 7a360db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/web/RendererEncapsulator.cfm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
variables.rc = attributes.rc;
2525
variables.prc = attributes.prc;
2626
variables.args = attributes.args;
27+
variables.this = variables;
2728
2829
// Spoof the arguments scope for backwards compat. i.e. arguments.args, arguments.view
2930
variables.arguments = {

0 commit comments

Comments
 (0)