Pass the cached input/output into the real payload

git-svn-id: file:///home/svn/framework3/trunk@8625 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-02-24 21:32:56 +00:00
parent 6ab68f5752
commit 6e2e7ed55e
1 changed files with 5 additions and 0 deletions

View File

@ -266,8 +266,13 @@ protected
# things like session creation (so that event notifications will
# work properly)
self.actual_payload.parent_payload = self
# Set the cached user_input/user_output
self.actual_payload.user_input = self.user_input
self.actual_payload.user_output = self.user_output
end
end