includes/comment.php
changeset 78 4df25dfdde63
parent 74 68469a95658d
child 86 c162ca39db8f
--- a/includes/comment.php	Sat Jul 28 18:11:14 2007 -0400
+++ b/includes/comment.php	Sun Jul 29 17:40:36 2007 -0400
@@ -82,6 +82,7 @@
     global $db, $session, $paths, $template, $plugins; // Common objects
     $parser = new Services_JSON(SERVICES_JSON_LOOSE_TYPE);
     $data = $parser->decode($json);
+    $data = decode_unicode_array($data);
     if ( !isset($data['mode']) )
     {
       return $parser->encode(Array('mode'=>'error','error'=>'No mode defined!'));