Skip to content

Commit

Permalink
Revert "Use the 'emailSearch' if it's available."
Browse files Browse the repository at this point in the history
This reverts commit 5731d27.

This is in framework, so change doesn't get made in FW_52.
  • Loading branch information
mrubinsk committed Jul 21, 2016
1 parent c5bf85a commit 7d36058
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -67,8 +67,7 @@ public function getAddressList($str = '', array $opts = array())
'returnFields' => array('email', 'name'),
'rfc822Return' => true,
'sources' => $searchpref->sources,
'count_only' => !empty($opts['count_only']),
'emailSearch' => true,
'count_only' => !empty($opts['count_only'])
)));
} catch (Horde_Exception $e) {
Horde::log($e, 'ERR');
Expand Down

0 comments on commit 7d36058

Please sign in to comment.