From: Michael J. Rubinsky Date: Sun, 15 Aug 2010 13:30:59 +0000 (-0400) Subject: Fix parse error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=60b2eba90eafe4403f2ffa2f5eee3b9769a32de8;p=horde.git Fix parse error --- diff --git a/framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php b/framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php index 4ce4f5565..1d922a352 100644 --- a/framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php +++ b/framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php @@ -149,7 +149,7 @@ class Horde_Core_Mime_Viewer_Vcard extends Horde_Mime_Viewer_Base } try { - $html .= $this->_row(_("Alias"), implode("\n", $vc->getAttributeValues('ALIAS')); + $html .= $this->_row(_("Alias"), implode("\n", $vc->getAttributeValues('ALIAS'))); } catch (Horde_Icalendar_Exception $e) {} try {