Skip to content

Commit

Permalink
Merge pull request #37 from humhub-contrib/fix/52-module-resources-path
Browse files Browse the repository at this point in the history
Set module resources path
  • Loading branch information
luke- authored May 10, 2024
2 parents b4ead82 + 9596df2 commit a373591
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
*/
class Module extends \humhub\components\Module
{
/**
* @inheritdoc
*/
public $resourcesPath = 'assets';

/** *
* @var int the sort order for the birthdays sidebar widget
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------
Expand Down

0 comments on commit a373591

Please sign in to comment.