From 42bccdcb813170f80e16aeed4958a95170bc0a03 Mon Sep 17 00:00:00 2001
From: wei <>
Date: Sat, 31 Mar 2007 07:17:50 +0000
Subject: fixed missing $this in TJSON

---
 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