Skip to content

Commit

Permalink
Merge pull request Eoxia#40 from evarisk-micka/fix_mod_dependancies
Browse files Browse the repository at this point in the history
Eoxia#39 [Mod] fix: modAgenda dependancies
  • Loading branch information
nicolas-eoxia authored Jan 4, 2024
2 parents 7d39b4b + 80020de commit 14ca547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/modEasyURL.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function __construct($db)
$this->hidden = false;

// List of module class names as string that must be enabled if this module is enabled. Example: array('always1'=>'modModuleToEnable1','always2'=>'modModuleToEnable2', 'FR1'=>'modModuleToEnableFR'...)
$this->depends = ['modSaturne'];
$this->depends = ['modAgenda', 'modSaturne'];
$this->requiredby = []; // List of module class names as string to disable if this one is disabled. Example: array('modModuleToDisable1', ...)
$this->conflictwith = []; // List of module class names as string this module is in conflict with. Example: array('modModuleToDisable1', ...)

Expand Down

0 comments on commit 14ca547

Please sign in to comment.