From: Michael M Slusarz Date: Fri, 12 Dec 2008 20:32:57 +0000 (-0700) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5c94d4835b87e0cf0b83717e00bc983b5ac93d23;p=horde.git Fix typo --- diff --git a/imp/lib/Mime/Viewer/html.php b/imp/lib/Mime/Viewer/html.php index 0c85fab64..d49c6ee02 100644 --- a/imp/lib/Mime/Viewer/html.php +++ b/imp/lib/Mime/Viewer/html.php @@ -287,7 +287,7 @@ class IMP_Horde_Mime_Viewer_html extends Horde_Mime_Viewer_html $headers = $this->_params['contents']->getHeaderOb(); /* Try to get back a result from the search. */ - $rest = $GLOBALS['registry']->call('contacts/getField', array(Horde_Mime_Address::bareAddress($headers->getValue('from')), '__key', $params['sources'], false, true)); + $res = $GLOBALS['registry']->call('contacts/getField', array(Horde_Mime_Address::bareAddress($headers->getValue('from')), '__key', $params['sources'], false, true)); return is_a($res, 'PEAR_Error') ? false : count($res); } }