Skip to content

Commit

Permalink
Bug: 15114 Fix regression is accessing virtual address books.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 18, 2022
1 parent 5a92a16 commit 4adb2b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Factory/Driver.php
Expand Up @@ -90,11 +90,14 @@ public function create($name)
}
$srcConfig = $cfgSources[$name];

$source = !empty($srcConfig['params']['source'])
? $cfgSources[$srcConfig['params']['source']]
: null;
return $this->_create(
$name,
$srcConfig,
$name,
null
$source
);
}

Expand Down

0 comments on commit 4adb2b6

Please sign in to comment.