caffeinated/modules

Slug and Module::isEnabled() error

svv-name opened this issue · 1 comments

Hello, after some updates I found, that slug of all my modules was change to lower case (it was adminBlog, became adminblog), but in module.json it still adminBlog. Lower case return function Module::slugs();. Before last updates all work nice (in CamelCase).
If I try to check the module is enabled (Module:: isEnabled()) then get the error:

ErrorException Undefined index: enabled

Photo

after rollback from dev to 4.2.2 all work fine