From e162fb7f9961adad72bcedaab14c0f5139c8b93f Mon Sep 17 00:00:00 2001 From: jhaller <jan.haller@math.uzh.ch> Date: Thu, 28 Dec 2023 09:57:31 +0100 Subject: [PATCH] Refs #8702 - Typo. --- extension/Classes/Core/QuickFormQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/Classes/Core/QuickFormQuery.php b/extension/Classes/Core/QuickFormQuery.php index 23dfb9cf4..63e65e7c9 100644 --- a/extension/Classes/Core/QuickFormQuery.php +++ b/extension/Classes/Core/QuickFormQuery.php @@ -557,7 +557,7 @@ class QuickFormQuery { $this->formSpec[F_NAME] = ''; $this->formSpec[F_TABLE_NAME] = $table; $this->formSpec[F_RECORD_LOCK_TIMEOUT_SECONDS] = 1; // just indicate a timeout, the exact timeout is stored in the dirty record. - $this->formSpec[F_DIRTY_MODE] = DIRTY_MODE_EXCLUSIVE; // just set a mode,, the exact mode is stored in the dirty record. + $this->formSpec[F_DIRTY_MODE] = DIRTY_MODE_EXCLUSIVE; // just set a mode, the exact mode is stored in the dirty record. $this->formSpec[F_PRIMARY_KEY] = F_PRIMARY_KEY_DEFAULT; $tmpDbIndexData = $this->store->getVar(PARAM_DB_INDEX_DATA, STORE_SIP); -- GitLab