From e373a259b270e6f7b4e0e34c3d34213549c77fc6 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sun, 3 Oct 2010 14:08:08 -0400 Subject: [PATCH] Fix parse error --- framework/Util/lib/Horde/String.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Util/lib/Horde/String.php b/framework/Util/lib/Horde/String.php index 02c456c7c..fa2986a95 100644 --- a/framework/Util/lib/Horde/String.php +++ b/framework/Util/lib/Horde/String.php @@ -330,7 +330,7 @@ class Horde_String * * @return integer The string's length. */ - static public function length($string, $charset == 'UTF-8') + static public function length($string, $charset = 'UTF-8') { $charset = self::lower($charset); -- 2.11.0