diff --git a/extension/Source/core/QuickFormQuery.php b/extension/Source/core/QuickFormQuery.php index a514d4bbf35e72cad1e0978089be167ebf4b4a3e..b3975bdde7b7932bd8e3732699b6e0e5cfcdc6ac 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 606dbc6fde3615e303a4e6651d11983f0bc3366a..8e2181a3846b44e009a48f6700aa6d2c5526ab0d 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'