Commit cf4d2e4d authored by Chris McDonough's avatar Chris McDonough

Added 'this' to namespace of DTML methods.

parent 93bf1a66
......@@ -207,7 +207,7 @@ class DTMLFile(Bindings, Explicit, ClassicHTMLFile):
req = self.aq_acquire('REQUEST')
except: pass
bound_data['REQUEST'] = req
ns.this = bound_data['context']
# Bind 'keyword_args' to the complete set of keyword arguments.
bound_data['keyword_args'] = kw_bind
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment