fix #20989 : modResource depends on modResource
This commit is contained in:
parent
35edd3ac6e
commit
bbebb9ef5a
@ -91,7 +91,7 @@ class modResource extends DolibarrModules
|
||||
|
||||
// Dependencies
|
||||
// List of modules id that must be enabled if this module is enabled
|
||||
$this->depends = array('modResource');
|
||||
$this->depends = array();
|
||||
// List of modules id to disable if this one is disabled
|
||||
$this->requiredby = array('modPlace');
|
||||
// Minimum version of PHP required by module
|
||||
|
||||
Loading…
Reference in New Issue
Block a user