fixed major bug in LOAD, thanks otoan52 (issue 737)

This commit is contained in:
Massimo Di Pierro
2012-03-28 22:20:15 -05:00
parent 82b5a0bc14
commit 50fef94493
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-03-28 22:19:16) dev
Version 1.99.7 (2012-03-28 22:20:12) dev
+1 -1
View File
@@ -168,7 +168,7 @@ def LOAD(c=None, f='index', args=None, vars=None,
other_request[key] = value
other_request['env'] = Storage()
for key, value in request.env.items():
other_request.env['key'] = value
other_request.env[key] = value
other_request.controller = c
other_request.function = f
other_request.extension = extension or request.extension