From dcce8614a0631f64c8927c3e46b7a66bfdee5f1b Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 5 Mar 2007 12:16:54 +0000 Subject: Fixed JSON error. --- framework/Web/Javascripts/TJSON.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/Web/Javascripts/TJSON.php b/framework/Web/Javascripts/TJSON.php index 63f77b40..b30a65d8 100644 --- a/framework/Web/Javascripts/TJSON.php +++ b/framework/Web/Javascripts/TJSON.php @@ -750,7 +750,7 @@ class TJSON protected function utf16be_to_utf8(&$str) { $uni = unpack('n*',$str); - return unicode_to_utf8($uni); + return $this->unicode_to_utf8($uni); } } -- cgit v1.2.3