Skip to content

Commit

Permalink
Merge pull request #327 from jrchamp/fix/require-mod_form
Browse files Browse the repository at this point in the history
ModuleRequirements: add mod_form.php
  • Loading branch information
kabalin authored Oct 24, 2024
2 parents 8d1c7df + 05d3a2b commit cd11318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PluginValidate/Requirements/ModuleRequirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function getRequiredFiles(): array
{
return array_merge(parent::getRequiredFiles(), [
'lib.php',
'mod_form.php',
'view.php',
'index.php',
'db/install.xml',
Expand Down

0 comments on commit cd11318

Please sign in to comment.