From f21b5aa6f2d22f30571f62f998377cb4baea142e Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 6 Aug 2018 16:15:51 +0200 Subject: [PATCH] Fix typo in property documentation See #2509 --- .../install/files/lib/form/AbstractFormBuilderForm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php b/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php index 345fc40a31..6843cfaef7 100644 --- a/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php +++ b/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php @@ -27,7 +27,7 @@ abstract class AbstractFormBuilderForm extends AbstractForm { /** * action performed by the form - * by default `create` and `update` is supported + * by default `create` and `edit` is supported * @var string */ public $formAction = 'create'; -- 2.20.1