From b66c6fcf716a3cfc99cf115b6dac87b441000e78 Mon Sep 17 00:00:00 2001 From: Ortwin Pinke Date: Tue, 20 Dec 2022 19:43:48 +0100 Subject: [PATCH] fix deprecations --- conlite/classes/class.htmlelements.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conlite/classes/class.htmlelements.php b/conlite/classes/class.htmlelements.php index 9c0b816..0bab486 100644 --- a/conlite/classes/class.htmlelements.php +++ b/conlite/classes/class.htmlelements.php @@ -1162,6 +1162,8 @@ class cHTMLLink extends cHTML { /* Stores the custom entries */ var $_custom; + + protected $_type; /** * Constructor. Creates an HTML link.