From 0f587a37e2def320139d37031086cf6215c75b8d Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Tue, 28 Dec 2021 19:36:44 +0100 Subject: [PATCH] fix missing var definition --- htdocs/core/modules/DolibarrModules.class.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php index b90ea227037..675b0a80ab9 100644 --- a/htdocs/core/modules/DolibarrModules.class.php +++ b/htdocs/core/modules/DolibarrModules.class.php @@ -348,8 +348,10 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it */ public $hidden = false; - - + /** + * @var string url to check for module update + */ + public $url_last_version; /**