Commit deaafc54 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #123 in ZP/z-push from bugfix/ZP-810-Missing-config-BackendCombined to develop

* commit 'aa801676':
  ZP-810 Missing configuration in BackendCombined for BackendLDAP. Released under the Affero GNU General Public License (AGPL) version 3.
parents 5a63bfc2 aa801676
......@@ -74,6 +74,9 @@ class BackendCombinedConfig {
'v' => array(
'name' => 'BackendVCardDir',
),
'l' => array(
'name' => 'BackendLDAP',
),
'd' => array(
'name' => 'BackendCardDAV',
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment