Fixed typo in DateFormField (#3115)
authorPeter Frühwirt <peter.fruehwirt@viecode.com>
Sun, 1 Dec 2019 18:35:01 +0000 (19:35 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 1 Dec 2019 18:35:01 +0000 (19:35 +0100)
wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php

index 6e1398477badea9f1f71c2636082557335d7d68d..798aae99ad0b6d4af7ff5354c15de571fc926f92 100644 (file)
@@ -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;