Skip to content

Commit

Permalink
Merge pull request #188 from ravindrakhokharia/master
Browse files Browse the repository at this point in the history
Fixed issue #8910: Updated encoding
  • Loading branch information
c-schmitz committed Mar 31, 2014
2 parents a2e9d6c + 3006900 commit 62b5d77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/libraries/BigData.php
Expand Up @@ -229,10 +229,9 @@ protected static function xmlrpc_echo_object($data)

protected static function xmlrpc_echo_stream($data)
{
echo '<base64>';
$data->render();
echo '</base64>';
}

protected static function xmlrpc_echo_string($data)
{
self::tag('string', "<![CDATA[$data]]>");
Expand Down

0 comments on commit 62b5d77

Please sign in to comment.