Skip to content

Commit

Permalink
Use $this->getClientSource() like all the other client/ methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 25, 2014
1 parent 35bca97 commit 078255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turba/lib/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ public function searchClients(array $names = array(),
array $fields = array(),
$matchBegin = false)
{
$abook = $GLOBALS['conf']['client']['addressbook'];
$abook = $this->getClientSource();
return $this->search(
$names,
array('sources' => array($abook),
Expand Down

0 comments on commit 078255c

Please sign in to comment.