Fix double semicolon
authorMatthias Schmidt <gravatronics@live.com>
Sun, 24 Feb 2019 15:31:18 +0000 (16:31 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 24 Feb 2019 15:31:18 +0000 (16:31 +0100)
See 28d9ce543741bc4aca3f3e52a5c61cee28db0b46

wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php

index d2114db3bb802375bd876c0d67ae79cf22462938..eea4b6dc53533d5f2220c10f2dca6827e1f333ef 100644 (file)
@@ -78,7 +78,7 @@ class DateFormField extends AbstractFormField implements IImmutableFormField, IN
                                return null;
                        }
                        else {
-                               return DateUtil::getDateTimeByTimestamp(0)->format($this->getSaveValueFormat());;
+                               return DateUtil::getDateTimeByTimestamp(0)->format($this->getSaveValueFormat());
                        }
                }