Mercurial > moin > 1.9
changeset 47:c4ebf23213a8
fix crash with CGI
imported from: moin--main--1.5--patch-48
author | Nir Soffer <nirs@freeshell.org> |
---|---|
date | Wed, 28 Sep 2005 20:10:40 +0000 |
parents | c4ef47b0eb38 |
children | 8a37de5a6b79 |
files | MoinMoin/request.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/request.py Mon Sep 26 20:31:05 2005 +0000 +++ b/MoinMoin/request.py Wed Sep 28 20:10:40 2005 +0000 @@ -1363,7 +1363,6 @@ """ specialized on CGI requests """ def __init__(self, properties={}): - self.open_logs() try: self._setup_vars_from_std_env(os.environ) RequestBase.__init__(self, properties)