diff --git a/Module.php b/Module.php index 18632d5..81c585f 100644 --- a/Module.php +++ b/Module.php @@ -14,6 +14,10 @@ */ class Module extends \humhub\components\Module { + /** + * @inheritdoc + */ + public $resourcesPath = 'assets'; /** * * @var int the sort order for the birthdays sidebar widget diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 174f5f9..6b7dd0d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,7 @@ Changelog 1.0.16 - Unreleased ----------------------- - Enh #36: Tests for `next` version +- Fix #37: Set module resources path 1.0.15 - April 14, 2022 -----------------------