summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/Web/Javascripts/TJSON.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}