From 60b2eba90eafe4403f2ffa2f5eee3b9769a32de8 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 15 Aug 2010 09:30:59 -0400 Subject: [PATCH] Fix parse error --- framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0