Fix parse error
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 15 Aug 2010 13:30:59 +0000 (09:30 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 15 Aug 2010 13:30:59 +0000 (09:30 -0400)
framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php

index 4ce4f55..1d922a3 100644 (file)
@@ -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 {