fixed problem with headers in components

This commit is contained in:
mdipierro
2012-09-04 15:07:09 -05:00
parent f2247bc5b6
commit d9121967e7
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -549,7 +549,7 @@ def wsgibase(environ, responder):
# ##################################################
if request.cid:
rheaders = response.headers
rheaders = http_response.headers
if response.flash and \
not 'web2py-component-flash' in rheaders:
rheaders['web2py-component-flash'] = \