Skip to content

Commit

Permalink
Don't user deprecated methods internally
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 6, 2014
1 parent 995b655 commit 9bcb020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Base.php
Expand Up @@ -3956,7 +3956,7 @@ protected function _getSearchCache($type, $options)

ksort($options);
$cache = hash('sha1', $type . serialize($options));
$cacheid = $this->getCacheId($this->_selected);
$cacheid = $this->getSyncToken($this->_selected);
$ret = array();

$md = $this->_cache->getMetaData(
Expand Down

0 comments on commit 9bcb020

Please sign in to comment.