From 37c5f1343af24b98ee398ddc5639548f957657ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20Fr=C3=BChwirt?= Date: Sun, 1 Dec 2019 19:35:01 +0100 Subject: [PATCH] Fixed typo in DateFormField (#3115) --- .../files/lib/system/form/builder/field/DateFormField.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php index 6e1398477b..798aae99ad 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php @@ -257,7 +257,7 @@ class DateFormField extends AbstractFormField implements IAutoFocusFormField, II * Sets if not only the date, but also the time can be set. * * @param bool $supportsTime - * @return static thsi field + * @return static this field */ public function supportTime($supportsTime = true) { $this->supportsTime = $supportsTime; -- 2.20.1