From dd167c93cbfbf0d98f6cee40eda0d97b7010a094 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Thu, 14 Mar 2019 21:45:14 +0100 Subject: [PATCH] fix typo --- extension/Source/core/QuickFormQuery.php | 2 +- extension/Source/core/store/FillStoreForm.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/Source/core/QuickFormQuery.php b/extension/Source/core/QuickFormQuery.php index a514d4bbf..b3975bdde 100644 --- a/extension/Source/core/QuickFormQuery.php +++ b/extension/Source/core/QuickFormQuery.php @@ -376,7 +376,7 @@ class QuickFormQuery { Session::checkSessionExpired($this->formSpec[F_SESSION_TIMEOUT_SECONDS]); if ($formName !== false) { - // Validate (only if there is a 'real' form, not a FORM_DELETE with only a tablename). + // Validate (only if there is a 'real' form, not a FORM_DELETE with only a table name). // Attention: $formModeNew will be set $sipFound = $this->validateForm($foundInStore, $formMode, $formModeNew); diff --git a/extension/Source/core/store/FillStoreForm.php b/extension/Source/core/store/FillStoreForm.php index 606dbc6fd..8e2181a38 100644 --- a/extension/Source/core/store/FillStoreForm.php +++ b/extension/Source/core/store/FillStoreForm.php @@ -217,7 +217,7 @@ class FillStoreForm { $fakeRecordId = isset($sipValues[SIP_MAKE_URLPARAM_UNIQ]) ? 0 : $sipValues[SIP_RECORD_ID]; } - // Iterate over all FormElements. Sanatize values. Built an assoc array $newValues. + // Iterate over all FormElements. Sanitize values. Built an assoc array $newValues. foreach ($this->feSpecNative AS $formElement) { // Never get a predefined 'id' -- GitLab