Mercurial > moin > 1.9
diff MoinMoin/action/MyPages.py @ 1068:ecece5db5288
use emit_http_headers
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Thu, 27 Jul 2006 01:18:14 +0200 |
parents | cbbde07e00c4 |
children | ed44b93599b5 |
line wrap: on
line diff
--- a/MoinMoin/action/MyPages.py Thu Jul 27 00:27:51 2006 +0200 +++ b/MoinMoin/action/MyPages.py Thu Jul 27 01:18:14 2006 +0200 @@ -58,7 +58,7 @@ from MoinMoin.Page import Page from MoinMoin.parser.text_moin_wiki import Parser as WikiParser - request.http_headers() + request.emit_http_headers() # This action generate data using the user language request.setContentLanguage(request.lang)