From 64a59b3a4b9ec48b5e0bbb294c046833baee48c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 9 Jan 2023 11:56:43 +0100 Subject: [PATCH] fix warnings --- htdocs/core/modules/DolibarrModules.class.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php index afc19a12e92..24fa4437a36 100644 --- a/htdocs/core/modules/DolibarrModules.class.php +++ b/htdocs/core/modules/DolibarrModules.class.php @@ -219,6 +219,19 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it */ public $descriptionlong; + /** + * dictionaries + * + * @var array + */ + public $dictionaries; + + /** + * tabs + * + * @var array + */ + public $tabs; // For exports