Skip to content

Commit 447969b

Browse files
committed
COLDBOX-1279 #resolve
Render encapsulator bleed of this scope by engines, workaround.
1 parent 1c27b4d commit 447969b

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
@@ -27,6 +27,7 @@
2727
variables.rc = attributes.rc;
2828
variables.prc = attributes.prc;
2929
variables.args = attributes.args;
30+
variables.this = variables;
3031
3132
// Spoof the arguments scope for backwards compat. i.e. arguments.args, arguments.view
3233
variables.arguments = {

0 commit comments

Comments
 (0)