From 63cbca66735250be3fb0c616cc84c46a3495a3f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 16 Aug 2016 16:41:29 +0200 Subject: [PATCH] Dispatcher: Form::disconnect nicht aufrufen solange kein client da ist --- SL/Dispatcher.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index a37a01ed9..357f9f8fd 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -357,7 +357,6 @@ sub handle_request { $::request = undef; SL::DBConnect::Cache->reset_all; - Form::disconnect_standard_dbh; $self->_watch_for_changed_files; -- 2.20.1