Fix function call
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 24 Nov 2010 23:29:45 +0000 (16:29 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 25 Nov 2010 03:43:38 +0000 (20:43 -0700)
framework/Icalendar/lib/Horde/Icalendar.php

index 515ea52..19f4138 100644 (file)
@@ -1090,8 +1090,7 @@ class Horde_Icalendar
             } else {
                 $attr_string = $name . $params_str . ':' . $value;
                 if (!$this->oldFormat) {
-                    $attr_string = Horde_String::wordwrap($attr_string, 75, $this->_newline . ' ',
-                                                          true, 'utf-8', true);
+                    $attr_string = Horde_String::wordwrap($attr_string, 75, $this->_newline . ' ', true, true);
                 }
                 $result .= $attr_string . $this->_newline;
             }