From 539df6a0a20cd04864cf2f0ab5cc44d159590753 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 2 Sep 2019 16:37:07 +0200 Subject: [PATCH] Fixed typo --- .../lib/system/form/builder/field/ShowOrderFormField.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php index ff782ffefd..1cf2dda3c0 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php @@ -93,7 +93,7 @@ class ShowOrderFormField extends SingleSelectionFormField { public function value($value) { $keys = array_keys($this->getOptions()); - // when editing an objects, the value has to be reduced by one to determine the + // when editing an object, the value has to be reduced by one to determine the // relevant sibling as the edited object is shown after its previous sibling if ($this->getDocument()->getFormMode() === IFormDocument::FORM_MODE_UPDATE) { $value--; -- 2.20.1