Skip to content

Commit

Permalink
Fixed issue #8910: Fixed added to output/render output of file data, …
Browse files Browse the repository at this point in the history
…using render routine of Bigfile class
  • Loading branch information
ravindrakhokharia committed Mar 31, 2014
1 parent 740a49c commit fe59363
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions application/libraries/BigData.php
Expand Up @@ -229,10 +229,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);

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

0 comments on commit fe59363

Please sign in to comment.