From e97e0e4f17d315c989d07ab1fd640febab4fb921 Mon Sep 17 00:00:00 2001 From: ATM john Date: Sun, 28 Nov 2021 12:18:09 +0100 Subject: [PATCH] Fix remove not used propertie --- htdocs/core/class/html.formsetup.class.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/htdocs/core/class/html.formsetup.class.php b/htdocs/core/class/html.formsetup.class.php index 149e416fd81..13dd3a8694c 100644 --- a/htdocs/core/class/html.formsetup.class.php +++ b/htdocs/core/class/html.formsetup.class.php @@ -79,12 +79,6 @@ class FormSetup public $formHiddenInputs = array(); - /** - * the value of action attribute of form - * @var string - */ - public $formAction; - /** * Constructor *