From ce27e0dbab3737da38a18ea460d450dd2bc3771f Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Thu, 25 Mar 2021 15:59:56 +0100 Subject: [PATCH] Fixed issue #17121: Custom question preview image not shown (#1810) --- application/helpers/update/updatedb_helper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/helpers/update/updatedb_helper.php b/application/helpers/update/updatedb_helper.php index e5008aaf3b0..de4b09af278 100644 --- a/application/helpers/update/updatedb_helper.php +++ b/application/helpers/update/updatedb_helper.php @@ -3772,7 +3772,6 @@ function ($v) { $oQuestionTheme->save(); } } - $oTransaction = $oDB->beginTransaction(); $oDB->createCommand()->insert("{{plugins}}", [ 'name' => 'TwoFactorAdminLogin', 'plugin_type' => 'core',