mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Merge pull request #4002 from humhub/fix/4001
Fix #4001: LDAP user sync error
This commit is contained in:
commit
323a621b74
@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
|
||||
|
||||
$config = [
|
||||
'name' => 'HumHub',
|
||||
'version' => '1.5.0',
|
||||
'version' => '1.5.1',
|
||||
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
||||
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
|
||||
'sourceLanguage' => 'en',
|
||||
|
@ -2,6 +2,12 @@ HumHub Change Log
|
||||
=================
|
||||
|
||||
|
||||
1.5.1 (April 16, 2020)
|
||||
----------------------
|
||||
|
||||
- Fix #4001: LDAP user sync error
|
||||
|
||||
|
||||
1.5.0 (April 15, 2020)
|
||||
----------------------
|
||||
|
||||
|
@ -27,5 +27,5 @@ class Module extends \humhub\components\Module
|
||||
/**
|
||||
* @var array|null the queried LDAP attributes, leave empty to retrieve all
|
||||
*/
|
||||
public $queriedAttributes = null;
|
||||
public $queriedAttributes = [];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user