Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Mar 31, 2014
2 parents a03bbcf + 6947824 commit a2e9d6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/libraries/BigData.php
Expand Up @@ -230,8 +230,7 @@ protected static function xmlrpc_echo_object($data)
protected static function xmlrpc_echo_stream($data)
{
echo '<base64>';
stream_filter_append($data, 'convert.base64-encode', STREAM_FILTER_READ);

$data->render();
echo '</base64>';
}
protected static function xmlrpc_echo_string($data)
Expand Down

0 comments on commit a2e9d6c

Please sign in to comment.