From: Chuck Hagenbuch Date: Sun, 3 Oct 2010 18:08:08 +0000 (-0400) Subject: Fix parse error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e373a259b270e6f7b4e0e34c3d34213549c77fc6;p=horde.git Fix parse error --- 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);