mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Merge branch 'fix-module-manager-with-empty-modules' of github.com:metaworx/humhub into metaworx-fix-module-manager-with-empty-modules
This commit is contained in:
commit
bdba4b64b9
@ -1,6 +1,10 @@
|
|||||||
HumHub Changelog
|
HumHub Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
|
1.13.3 (Unreleased)
|
||||||
|
--------------------
|
||||||
|
- Fix #6195: Fix `ModuleManager` disabling logging when no modules set
|
||||||
|
|
||||||
1.13.2 (March 27, 2023)
|
1.13.2 (March 27, 2023)
|
||||||
-----------------------
|
-----------------------
|
||||||
- Fix #5965: Suppress log warning 'Invalid session auth key attempted for user'
|
- Fix #5965: Suppress log warning 'Invalid session auth key attempted for user'
|
||||||
|
@ -70,9 +70,9 @@ class ModuleManager extends Component
|
|||||||
* List of all modules
|
* List of all modules
|
||||||
* This also contains installed but not enabled modules.
|
* This also contains installed but not enabled modules.
|
||||||
*
|
*
|
||||||
* @param array $config moduleId-class pairs
|
* @param array $modules moduleId-class pairs
|
||||||
*/
|
*/
|
||||||
protected $modules;
|
protected $modules = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List of all enabled module ids
|
* List of all enabled module ids
|
||||||
|
Loading…
x
Reference in New Issue
Block a user