From 7837970303c67d4ec302fce137e18982344c3a78 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 26 Jul 2020 12:27:52 +0200 Subject: [PATCH] remove connect() in update script This is now implicit. --- utils/update.php | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/update.php b/utils/update.php index 189a1825..fdc955ea 100644 --- a/utils/update.php +++ b/utils/update.php @@ -151,7 +151,6 @@ if ($aResult['init-updates']) { 'enable-diff-updates' => true, 'verbose' => $aResult['verbose'] )); - $cSetup->connect(); $cSetup->createFunctions(); } -- 2.45.2