From 6b9cf44db2aaa1ec4bfa407b44427e4d5178abbb Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 25 Feb 2011 15:56:31 +0100 Subject: [PATCH] =?utf8?q?Sowohl=20Standard-DB-Handle=20als=20auch=20Auth-?= =?utf8?q?DB-Handle=20am=20Ende=20des=20Requests=20schlie=C3=9Fen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Dispatcher.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 26312f6f2..406510e2c 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -232,7 +232,8 @@ sub handle_request { $::locale = undef; $::form = undef; $::myconfig = (); - Form::disconnect_standard_dbh unless $self->_interface_is_fcgi; + Form::disconnect_standard_dbh; + $::auth->dbdisconnect; $::lxdebug->end_request; $::lxdebug->leave_sub; -- 2.20.1