diff --git a/administrator/components/com_config/src/View/Application/HtmlView.php b/administrator/components/com_config/src/View/Application/HtmlView.php index 6b9ebf12950ca..8cfed5ba23057 100644 --- a/administrator/components/com_config/src/View/Application/HtmlView.php +++ b/administrator/components/com_config/src/View/Application/HtmlView.php @@ -71,14 +71,14 @@ class HtmlView extends BaseHtmlView * * @var string */ - protected $formclass; + public $formclass; /** * Description of the fieldset * * @var string */ - protected $description; + public $description; /** * Execute and display a template script.