fix missing var definition
This commit is contained in:
parent
5449d57d26
commit
0f587a37e2
@ -348,8 +348,10 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
|
|||||||
*/
|
*/
|
||||||
public $hidden = false;
|
public $hidden = false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string url to check for module update
|
||||||
|
*/
|
||||||
|
public $url_last_version;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user