fixed major bug in LOAD, thanks otoan52 (issue 737)
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user